mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixes #574 - Unrecognized tag: picture.
This commit is contained in:
parent
097ebc15b3
commit
724f8addf8
@ -804,6 +804,12 @@
|
||||
"html-attributes"
|
||||
]
|
||||
},
|
||||
"<picture>": {
|
||||
"html": true,
|
||||
"attribute-groups": [
|
||||
"html-attributes"
|
||||
]
|
||||
},
|
||||
"<pre>": {
|
||||
"preserve-whitespace": true,
|
||||
"html": true,
|
||||
@ -2365,4 +2371,4 @@
|
||||
"html-attributes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -105,6 +105,7 @@
|
||||
"output",
|
||||
"p",
|
||||
"param",
|
||||
"picture",
|
||||
"pre",
|
||||
"progress",
|
||||
"q",
|
||||
@ -242,4 +243,4 @@
|
||||
"w-preserve",
|
||||
"no-update",
|
||||
"widget-types"
|
||||
]
|
||||
]
|
||||
|
||||
@ -184,6 +184,7 @@
|
||||
"param",
|
||||
"path",
|
||||
"pattern",
|
||||
"picture",
|
||||
"polygon",
|
||||
"polyline",
|
||||
"pre",
|
||||
@ -242,4 +243,4 @@
|
||||
"wbr",
|
||||
"while",
|
||||
"widget-types"
|
||||
]
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user