Issue #2736 - Part 9: Re-work <source> src attribute.

Use subject principal as triggering principal in <source> "src" attribute
for <audio>/<video> elements.
This commit is contained in:
Moonchild 2025-05-03 23:32:48 +02:00 committed by roytam1
commit b1b5062dc4
3 changed files with 14 additions and 4 deletions

View file

@ -13,7 +13,7 @@
[HTMLConstructor]
interface HTMLSourceElement : HTMLElement {
[CEReactions, SetterThrows]
[CEReactions, NeedsSubjectPrincipal, SetterThrows]
attribute DOMString src;
[CEReactions, SetterThrows]
attribute DOMString type;