mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLAnchorElement.origin
This commit is contained in:
parent
f1c3e97fb4
commit
d43d0fb18d
5 changed files with 18 additions and 1487 deletions
|
@ -7,7 +7,7 @@
|
|||
interface HTMLHyperlinkElementUtils {
|
||||
// stringifier attribute USVString href;
|
||||
attribute USVString href;
|
||||
// attribute USVString origin;
|
||||
readonly attribute USVString origin;
|
||||
attribute USVString protocol;
|
||||
attribute USVString username;
|
||||
attribute USVString password;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue