Fixes #574 - Unrecognized tag: picture.

This commit is contained in:
austinkelleher 2017-02-09 08:01:03 -05:00
parent 097ebc15b3
commit 724f8addf8
3 changed files with 11 additions and 3 deletions

View File

@ -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"
]
}
}
}

View File

@ -105,6 +105,7 @@
"output",
"p",
"param",
"picture",
"pre",
"progress",
"q",
@ -242,4 +243,4 @@
"w-preserve",
"no-update",
"widget-types"
]
]

View File

@ -184,6 +184,7 @@
"param",
"path",
"pattern",
"picture",
"polygon",
"polyline",
"pre",
@ -242,4 +243,4 @@
"wbr",
"while",
"widget-types"
]
]