mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #2736 - Part 11: Re-work <input> src attribute.
Use subject principal as triggering principal in <input> "src" attribute.
This commit is contained in:
parent
faf4f2c23f
commit
dde21838de
3 changed files with 29 additions and 14 deletions
|
|
@ -81,7 +81,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
attribute boolean required;
|
||||
[CEReactions, Pure, SetterThrows]
|
||||
attribute unsigned long size;
|
||||
[CEReactions, Pure, SetterThrows]
|
||||
[CEReactions, Pure, NeedsSubjectPrincipal, SetterThrows]
|
||||
attribute DOMString src;
|
||||
[CEReactions, Pure, SetterThrows]
|
||||
attribute DOMString step;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue