Skip to content

Commit 127ebaa

Browse files
evilpiemoz-wptsync-bot
authored andcommitted
Sanitizer: Remove rel attribute from a element.
Implements WICG/sanitizer-api#346 Differential Revision: https://phabricator.services.mozilla.com/D270492 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1997085 gecko-commit: fe88f0f4c6f26fbe8e8a311f3ce2f60863155b8d gecko-reviewers: freddyb
1 parent 0af1eb3 commit 127ebaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sanitizer-api/sethtml-tree-construction.sub.dat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,3 +646,9 @@ test<div>p</div>tt<p>div</p><test>test</test>
646646
| content
647647
| "Hello"
648648

649+
#data
650+
<a href="about:blank" rel="opener">Click.</a>
651+
#document
652+
| <a>
653+
| href="about:blank"
654+
| "Click."

0 commit comments

Comments
 (0)