diff --git a/url.bs b/url.bs index c51adc58..d6de57c8 100644 --- a/url.bs +++ b/url.bs @@ -2665,11 +2665,8 @@ url.pathname // "/%F0%9F%8F%B3%EF%B8%8F%E2%80%8D%F0%9F%8C%88"
The origin
attribute's getter must return the
-Unicode serialization of context object's
-url's origin. [[!HTML]]
-
-
It returns the Unicode rather than the ASCII serialization for
-compatibility with HTML's MessageEvent
feature. [[!HTML]]
+serialization of context object's url's
+origin. [[!HTML]]
The protocol
attribute's getter must return
context object url's scheme, followed by U+003A (:).