Skip to content

Commit

Permalink
Fix alphabetic order on index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Feb 10, 2021
1 parent 6573fd6 commit 5041ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/htmlanchorelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h2 id="Properties">Properties</h2>
<dd>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.</dd>
<dt>{{domxref("HTMLAnchorElement.hreflang")}}</dt>
<dd>Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("hreflang", "a")}} HTML attribute, indicating the language of the linked resource.</dd>
<dt>{{domxref("HTMLAnchorElement.password")}}</dt>
<dd>Is a {{domxref("USVString")}} containing the password specified before the domain name.</dd>
<dt>{{domxref("HTMLAnchorElement.origin")}} {{readonlyInline}}</dt>
<dd>Returns a {{domxref("USVString")}} containing the origin of the URL, that is its scheme, its domain and its port.</dd>
<dt>{{domxref("HTMLAnchorElement.password")}}</dt>
<dd>Is a {{domxref("USVString")}} containing the password specified before the domain name.</dd>
<dt>{{domxref("HTMLAnchorElement.pathname")}}</dt>
<dd>Is a {{domxref("USVString")}} containing an initial <code>'/'</code> followed by the path of the URL, not including the query string or fragment.</dd>
<dt>{{domxref("HTMLAnchorElement.port")}}</dt>
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/htmlareaelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ <h2 id="Properties">Properties</h2>
<dd>Is a {{domxref("USVString")}} containing that reflects the {{ htmlattrxref("href", "area") }} HTML attribute, containing a valid URL of a linked resource.</dd>
<dt>{{domxref("HTMLAreaElement.noHref")}} {{obsolete_inline}}</dt>
<dd>Is a {{jsxref("Boolean")}} flag indicating if the area is inactive (<code>true</code>) or active (<code>false</code>).</dd>
<dt>{{domxref("HTMLAreaElement.password")}}</dt>
<dd>Is a {{domxref("USVString")}} containing the password specified before the domain name.</dd>
<dt>{{domxref("HTMLAreaElement.origin")}} {{readonlyInline}}</dt>
<dd>Returns a {{domxref("USVString")}} containing the origin of the URL, that is its scheme, its domain and its port.</dd>
<dt>{{domxref("HTMLAreaElement.password")}}</dt>
<dd>Is a {{domxref("USVString")}} containing the password specified before the domain name.</dd>
<dt>{{domxref("HTMLAreaElement.pathname")}}</dt>
<dd>Is a {{domxref("USVString")}} containing the path name component, if any, of the referenced URL.</dd>
<dt>{{domxref("HTMLAreaElement.port")}}</dt>
Expand Down

0 comments on commit 5041ded

Please sign in to comment.