-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete draft spec for customizable <select>
#10548
Closed
Closed
Commits on Aug 28, 2024
-
Update content model for customizable select
This PR updated the content model for the <select>, <option>, and <optgroup> elements in support of customizable <select>. Fixes whatwg#10317
Configuration menu - View commit details
-
Copy full SHA for 088b919 - Browse repository at this point
Copy the full SHA 088b919View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16fadde - Browse repository at this point
Copy the full SHA 16faddeView commit details
Commits on Sep 10, 2024
-
This patch makes the parser allow additional tags in <select> besides <option>, <optgroup>, and <hr>, mostly by removing the "in select" and "in select in table" parser modes. In order to replicate the behavior where opening a <select> tag within another open <select> tag inserts a </select> close tag, a traversal through the stack of open elements was added which I borrowed from the <button> part of the parser. This will need test changes to be implemented in html5lib. Fixes whatwg#10310
Configuration menu - View commit details
-
Copy full SHA for 1330ad5 - Browse repository at this point
Copy the full SHA 1330ad5View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e417516 - Browse repository at this point
Copy the full SHA e417516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09cd168 - Browse repository at this point
Copy the full SHA 09cd168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5933111 - Browse repository at this point
Copy the full SHA 5933111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4419417 - Browse repository at this point
Copy the full SHA 4419417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12edc88 - Browse repository at this point
Copy the full SHA 12edc88View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.