Commit d5d0bb3
committed
Remove special handling for <menuitem> tag
It has been removed from the whatwg HTML spec and the html5lib
tests now expect it to be handled as an unknown element.
See also:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menuitem
* whatwg/html#2319
* html5lib/html5lib-tests#88
All html5lib tree-construction tests are now passing:
Ran 1689 tests in 0.15s
Passed: 1689
Failed: 0
Skipped: 01 parent 6ebfca2 commit d5d0bb3
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1668 | 1668 | | |
1669 | 1669 | | |
1670 | 1670 | | |
1671 | | - | |
| 1671 | + | |
1672 | 1672 | | |
1673 | 1673 | | |
1674 | 1674 | | |
| |||
2379 | 2379 | | |
2380 | 2380 | | |
2381 | 2381 | | |
2382 | | - | |
| 2382 | + | |
2383 | 2383 | | |
2384 | 2384 | | |
2385 | 2385 | | |
| |||
2678 | 2678 | | |
2679 | 2679 | | |
2680 | 2680 | | |
2681 | | - | |
| 2681 | + | |
2682 | 2682 | | |
2683 | 2683 | | |
2684 | 2684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | 155 | | |
158 | 156 | | |
159 | 157 | | |
| |||
0 commit comments