Commit 9499b57
Change parser behavior of <select><select>
This patch makes the HTML parser convert nested <select> tags into
</select> instead of </select><select> for backwards compatibility with
the old parser. This behavior will apply to any nested selects, such as
<select><div><select>.
This was recommended here:
whatwg/html#10557 (comment)
This will be tested here:
html5lib/html5lib-tests#178 (comment)
Change-Id: I7a39901582b96edc10deca8794b9ce117aa082291 parent d3d219e commit 9499b57
File tree
1 file changed
+5
-5
lines changed- html/semantics/forms/the-select-element/customizable-select
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
0 commit comments