-
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
Relax <select>
parser
#10557
Open
josepharhar
wants to merge
9
commits into
whatwg:main
Choose a base branch
from
josepharhar:selectparser
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Relax <select>
parser
#10557
+130
−327
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 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b87d93d - Browse repository at this point
Copy the full SHA b87d93dView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c72f6c - Browse repository at this point
Copy the full SHA 9c72f6cView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e07cb01 - Browse repository at this point
Copy the full SHA e07cb01View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5117d13 - Browse repository at this point
Copy the full SHA 5117d13View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33370b7 - Browse repository at this point
Copy the full SHA 33370b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e0d7f - Browse repository at this point
Copy the full SHA 76e0d7fView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58b9ca9 - Browse repository at this point
Copy the full SHA 58b9ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ba8e6 - Browse repository at this point
Copy the full SHA b8ba8e6View 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.