mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Implement HTMLAnchorElement.origin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user