-
Notifications
You must be signed in to change notification settings - Fork 22.7k
FF139 Relnote - Escape < and > in attributes when serializing HTML #39364
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
Merged
hamishwillee
merged 2 commits into
mdn:firefox/139
from
hamishwillee:ff139_relnote2_escape_attr_html
May 5, 2025
Merged
FF139 Relnote - Escape < and > in attributes when serializing HTML #39364
hamishwillee
merged 2 commits into
mdn:firefox/139
from
hamishwillee:ff139_relnote2_escape_attr_html
May 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 tasks
Preview URLs External URLs (4)URL:
|
dipikabh
approved these changes
May 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Just some minor edit suggestions
Co-authored-by: Dipika Bhattacharya <[email protected]>
Thanks very much. So good to get early review. |
Rumyra
pushed a commit
that referenced
this pull request
May 22, 2025
* Add Firefox 139 release notes page * Release notes for Bug-1381580 multiple locales fallbacks (#39188) * Bug-1792685 Content scripts and styles guaranteed execution order release note (#39245) * FF139 Relnote: HTMLDialogElement.requestClose() (#39362) * FF139 Relnote: HTMLDialogElement.requestClose() * Update files/en-us/mozilla/firefox/releases/139/index.md --------- Co-authored-by: Dipika Bhattacharya <[email protected]> * FF139 Relnote - Escape < and > in attributes when serializing HTML (#39364) * FF139 Relnote: ExprFeat Escape < and > in attributes when serialize HTML * Apply suggestions from code review Co-authored-by: Dipika Bhattacharya <[email protected]> --------- Co-authored-by: Dipika Bhattacharya <[email protected]> * FF139Relnote - Reenable Prioritized Scheduling API (#39395) * FF139Relnote: Expr reenable Prioritized Scheduling API * Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]> * Ff139 unship (before/after)scriptexecute in nightly (#39391) * FF139 Relnote/Exp - unship (before/after)scriptexecute events * Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]> * tabGroups API release note (#39430) * tabGroups API * Revert "tabGroups API" This reverts commit 561bd38. * tabGroups API * Feedback update * Remove indication of user release version Co-authored-by: Rob Wu <[email protected]> * Removed indication of user shipped version Co-authored-by: Rob Wu <[email protected]> --------- Co-authored-by: Rob Wu <[email protected]> * 39303 ship temporal ff release (#39520) * Added Firefox release note for Temporal API * added firefox release notes for the Temporal API * FF139 Relnote: WebAuthn Extn largeBlob, credProps, prf (#39572) * FF139 Relnote: WebAuthn Extn largeBlob, credProps, prf * Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]> * docs(Fx139): Add relnote for hidden until found, beforematch (#39590) * docs(Fx139): Add relnote for hidden until found, beforematch * Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Dipika Bhattacharya <[email protected]> --------- Co-authored-by: Dipika Bhattacharya <[email protected]> * added experimental release note for view transition api (#39588) * added experimental release note for view transition api * Update files/en-us/mozilla/firefox/experimental_features/index.md Co-authored-by: Dipika Bhattacharya <[email protected]> * Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Dipika Bhattacharya <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]> Co-authored-by: Dipika Bhattacharya <[email protected]> * WebDriver conformance changes for Firefox 139 (#39599) --------- Co-authored-by: Vadim Makeev <[email protected]> Co-authored-by: rebloor <[email protected]> Co-authored-by: Hamish Willee <[email protected]> Co-authored-by: Dipika Bhattacharya <[email protected]> Co-authored-by: Rob Wu <[email protected]> Co-authored-by: Dave Letorey <[email protected]> Co-authored-by: Henrik Skupin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
FF139 escapes
<
as<
and>
as>
in attribute values when HTML is serialized (i.e. when reading Element.innerHTML, Element.outerHTML, Element.getHTML(), ShadowRoot.innerHTML, , ShadowRoot.getHTML().This is the release note update.
Related docs can be tracked in #39309