← back to v134 · select-parser-relaxation
conformance · v134
v134 · select-parser-relaxation — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
select-allows-div-child |
Parser allows a <div> inside <select> (relaxation: previously stripped to text). | script | … | |
select-allows-span-child |
<span> inside <select><option> is preserved. | script | … | |
select-allows-hr-child |
<hr> inside <select> is preserved as a separator element. | script | … | |
selectedcontent-allowed |
<selectedcontent> is preserved inside <select> (relaxed parser keeps the new element). | script | … | |
select-options-still-populates |
Despite the relaxed parser, select.options still enumerates only <option> elements. | script | … |