Skip to content

Commit dfa7dfc

Browse files
yuzuschromium-wpt-export-bot
authored andcommitted
Change <menuitem> parsing rules to match spec
This CL changes <menuitem> parsing rules so that they match the current spec. <menuitem> is no more a self closing tag. The link below shows the latest change made to the spec. whatwg/html#2319 BUG=412945 Review-Url: https://codereview.chromium.org/2819773002 Cr-Commit-Position: refs/heads/master@{#464906}
1 parent 58eb04c commit dfa7dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/syntax/serializing-html-fragments/serializing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
var void_elements = [
180180
"area", "base", "basefont", "bgsound", "br", "col", "embed",
181-
"frame", "hr", "img", "input", "keygen", "link", "menuitem",
181+
"frame", "hr", "img", "input", "keygen", "link",
182182
"meta", "param", "source", "track", "wbr"
183183
];
184184

0 commit comments

Comments
 (0)