mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Support stringifier attributes
This commit is contained in:
parent
97c01fc479
commit
691af0e98b
14 changed files with 11 additions and 73 deletions
|
@ -4,10 +4,8 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlhyperlinkelementutils
|
||||
interface mixin HTMLHyperlinkElementUtils {
|
||||
// [CEReactions]
|
||||
// stringifier attribute USVString href;
|
||||
[CEReactions]
|
||||
attribute USVString href;
|
||||
stringifier attribute USVString href;
|
||||
readonly attribute USVString origin;
|
||||
[CEReactions]
|
||||
attribute USVString protocol;
|
||||
|
@ -27,9 +25,4 @@ interface mixin HTMLHyperlinkElementUtils {
|
|||
attribute USVString search;
|
||||
[CEReactions]
|
||||
attribute USVString hash;
|
||||
|
||||
// Adding a separate stringifier method until
|
||||
// https://github.com/servo/servo/issues/7590 adds attribute stringifier
|
||||
// support.
|
||||
stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue