mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
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:
parent
b6bdce6f98
commit
b1b5062dc4
3 changed files with 14 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
[HTMLConstructor]
|
||||
interface HTMLSourceElement : HTMLElement {
|
||||
[CEReactions, SetterThrows]
|
||||
[CEReactions, NeedsSubjectPrincipal, SetterThrows]
|
||||
attribute DOMString src;
|
||||
[CEReactions, SetterThrows]
|
||||
attribute DOMString type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue