-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Changes to attribute whitelist logic #10564
Merged
Merged
Commits on Aug 29, 2017
-
Remove HTMLPropertyConfig entries for non-boolean values
When we originally removed attributes from the whitelist, we assumed a few attributes were string booleans, but they are not: Autocomplete ("on", "off") https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#autocomplete Autocapitalize ("none", "sentence", "words", ...) https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#autocapitalize Autocorrect ("on", "off") https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#autocorrect Autosave (string) https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#autosave
Configuration menu - View commit details
-
Copy full SHA for e10694a - Browse repository at this point
Copy the full SHA e10694aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 711bafe - Browse repository at this point
Copy the full SHA 711bafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5dfbb - Browse repository at this point
Copy the full SHA 4c5dfbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e086ff1 - Browse repository at this point
Copy the full SHA e086ff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0410651 - Browse repository at this point
Copy the full SHA 0410651View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab75d9a - Browse repository at this point
Copy the full SHA ab75d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6077e0b - Browse repository at this point
Copy the full SHA 6077e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f913ed - Browse repository at this point
Copy the full SHA 6f913edView commit details -
Configuration menu - View commit details
-
Copy full SHA for aca8d9c - Browse repository at this point
Copy the full SHA aca8d9cView commit details -
SVG elements like font-face are not custom attributes
- Adds exceptions to isCustomAttribute for dashed SVG elements - Use consistent custom element check across all modules
Configuration menu - View commit details
-
Copy full SHA for af7d035 - Browse repository at this point
Copy the full SHA af7d035View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9c0751f - Browse repository at this point
Copy the full SHA 9c0751fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8da44e - Browse repository at this point
Copy the full SHA f8da44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b93e093 - Browse repository at this point
Copy the full SHA b93e093View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcced1 - Browse repository at this point
Copy the full SHA fbcced1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a270e03 - Browse repository at this point
Copy the full SHA a270e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed92af0 - Browse repository at this point
Copy the full SHA ed92af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a339a1 - Browse repository at this point
Copy the full SHA 5a339a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2ba65 - Browse repository at this point
Copy the full SHA 0b2ba65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f85316 - Browse repository at this point
Copy the full SHA 3f85316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a6318 - Browse repository at this point
Copy the full SHA 76a6318View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b29bb74 - Browse repository at this point
Copy the full SHA b29bb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2aec4 - Browse repository at this point
Copy the full SHA 0a2aec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 501e86d - Browse repository at this point
Copy the full SHA 501e86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1f487 - Browse repository at this point
Copy the full SHA 8d1f487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72666fa - Browse repository at this point
Copy the full SHA 72666faView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb687ed - Browse repository at this point
Copy the full SHA cb687edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d61379 - Browse repository at this point
Copy the full SHA 1d61379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0f61a - Browse repository at this point
Copy the full SHA 2b0f61aView commit details
Commits on Aug 30, 2017
-
Per conversation with @sebmarkbage we decided that the fix is too complicated, and it's unfortunate it depends on the DOM element. It's only relevant for super rare tags that aren't even working consistently across browsers so we'll leave it unfixed for now.
Configuration menu - View commit details
-
Copy full SHA for 1590c2a - Browse repository at this point
Copy the full SHA 1590c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb883a6 - Browse repository at this point
Copy the full SHA cb883a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f6321 - Browse repository at this point
Copy the full SHA 32f6321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9c0e0 - Browse repository at this point
Copy the full SHA 6d9c0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e0c09 - Browse repository at this point
Copy the full SHA 10e0c09View commit details -
Remove special cases for onfocusin, onfocusout
They're covered by event handler code now.
Configuration menu - View commit details
-
Copy full SHA for ba71ec1 - Browse repository at this point
Copy the full SHA ba71ec1View commit details
Commits on Aug 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc760af - Browse repository at this point
Copy the full SHA dc760afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10950c4 - Browse repository at this point
Copy the full SHA 10950c4View 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.