diff --git a/files/en-us/web/api/htmlanchorelement/index.html b/files/en-us/web/api/htmlanchorelement/index.html index 3b0713c0d786563..c964107ff4f0a89 100644 --- a/files/en-us/web/api/htmlanchorelement/index.html +++ b/files/en-us/web/api/htmlanchorelement/index.html @@ -32,10 +32,10 @@

Properties

Is a {{domxref("USVString")}} that is the result of parsing the {{htmlattrxref("href", "a")}} HTML attribute relative to the document, containing a valid URL of a linked resource.
{{domxref("HTMLAnchorElement.hreflang")}}
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("hreflang", "a")}} HTML attribute, indicating the language of the linked resource.
-
{{domxref("HTMLAnchorElement.password")}}
-
Is a {{domxref("USVString")}} containing the password specified before the domain name.
{{domxref("HTMLAnchorElement.origin")}} {{readonlyInline}}
Returns a {{domxref("USVString")}} containing the origin of the URL, that is its scheme, its domain and its port.
+
{{domxref("HTMLAnchorElement.password")}}
+
Is a {{domxref("USVString")}} containing the password specified before the domain name.
{{domxref("HTMLAnchorElement.pathname")}}
Is a {{domxref("USVString")}} containing an initial '/' followed by the path of the URL, not including the query string or fragment.
{{domxref("HTMLAnchorElement.port")}}
diff --git a/files/en-us/web/api/htmlareaelement/index.html b/files/en-us/web/api/htmlareaelement/index.html index 0db368ab6bb39c7..386f57b5bb7b8cc 100644 --- a/files/en-us/web/api/htmlareaelement/index.html +++ b/files/en-us/web/api/htmlareaelement/index.html @@ -36,10 +36,10 @@

Properties

Is a {{domxref("USVString")}} containing that reflects the {{ htmlattrxref("href", "area") }} HTML attribute, containing a valid URL of a linked resource.
{{domxref("HTMLAreaElement.noHref")}} {{obsolete_inline}}
Is a {{jsxref("Boolean")}} flag indicating if the area is inactive (true) or active (false).
-
{{domxref("HTMLAreaElement.password")}}
-
Is a {{domxref("USVString")}} containing the password specified before the domain name.
{{domxref("HTMLAreaElement.origin")}} {{readonlyInline}}
Returns a {{domxref("USVString")}} containing the origin of the URL, that is its scheme, its domain and its port.
+
{{domxref("HTMLAreaElement.password")}}
+
Is a {{domxref("USVString")}} containing the password specified before the domain name.
{{domxref("HTMLAreaElement.pathname")}}
Is a {{domxref("USVString")}} containing the path name component, if any, of the referenced URL.
{{domxref("HTMLAreaElement.port")}}