Skip to content

Commit a953788

Browse files
foolipAutomatedTester
authored andcommitted
Normalize markup in definitions index
A few of these result in warnings about links inside links with Bikeshed, but normalize all of them to the same style. Drive-by lt->data-lt and wrapping of page visibility terms.
1 parent 4c58fec commit a953788

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9963,7 +9963,7 @@ <h2>Index</h2>
99639963
<!-- HTML Element --> <li><dfn><a href=https://html.spec.whatwg.org/#the-html-element><code>html</code> element</a></dfn>
99649964
<!-- iframe element --> <li><dfn data-lt=iframe><a href=https://html.spec.whatwg.org/#the-iframe-element><code>iframe</code> element</a></dfn>
99659965
<!-- input element --> <li><dfn data-lt="input elements"><a href=https://html.spec.whatwg.org/#the-input-element><code>input</code> element</a></dfn>
9966-
<!-- map element --> <li><a href=https://html.spec.whatwg.org/#the-map-element><dfn><code>map</code> element</dfn></a>
9966+
<!-- map element --> <li><dfn><a href=https://html.spec.whatwg.org/#the-map-element><code>map</code> element</a></dfn>
99679967
<!-- optgroup element --> <li><dfn data-lt=optgroup><a href=https://html.spec.whatwg.org/#the-optgroup-element><code>optgroup</code> element</a></dfn>
99689968
<!-- option element --> <li><dfn data-lt="option elements|option"><a href=https://html.spec.whatwg.org/#the-option-element><code>option</code> element</a></dfn>
99699969
<!-- output element --> <li><dfn data-lt=output><a href=https://html.spec.whatwg.org/#the-output-element><code>output</code> element</a></dfn>
@@ -9991,8 +9991,8 @@ <h2>Index</h2>
99919991

99929992
<dd><p>The HTML specification also defines a range of different attributes:
99939993
<ul>
9994-
<!-- Canvas height attribute --> <li><dfn lt="canvas height attribute"><a href=https://html.spec.whatwg.org/#attr-canvas-height><code>canvas</code>’s height attribute</a></dfn>
9995-
<!-- Canvas width attribute --> <li><dfn lt="canvas width attribute"><a href=https://html.spec.whatwg.org/#attr-canvas-width><code>canvas</code>’ width attribute</a></dfn>
9994+
<!-- Canvas height attribute --> <li><dfn data-lt="canvas height attribute"><a href=https://html.spec.whatwg.org/#attr-canvas-height><code>canvas</code>’s height attribute</a></dfn>
9995+
<!-- Canvas width attribute --> <li><dfn data-lt="canvas width attribute"><a href=https://html.spec.whatwg.org/#attr-canvas-width><code>canvas</code>’ width attribute</a></dfn>
99969996
<!-- Checked content attribute --> <li><dfn><a href=https://html.spec.whatwg.org/#attr-input-checked>Checked</a></dfn>
99979997
<!-- Multiple attribute --> <li><dfn><a href=https://html.spec.whatwg.org/#attr-input-multiple><code>multiple</code> attribute</a></dfn>
99989998
<!-- readOnly attribute --> <li><dfn><a href=https://html.spec.whatwg.org/#the-readonly-attribute><code>readOnly</code> attribute</a></dfn>
@@ -10070,7 +10070,9 @@ <h2>Index</h2>
1007010070
<dd>The following terms are defined in the
1007110071
Page Visibility Specification [[PAGE-VISIBILITY]]
1007210072
<ul>
10073-
<!-- visibility hidden --> <li><dfn data-lt="visibility hidden"><a href="https://www.w3.org/TR/page-visibility/#dom-visibilitystate-hidden">Visibility state <code>hidden</code></a></dfn> <!-- visibility state --> <li><dfn>Visibility state</dfn> being the <a href="https://www.w3.org/TR/page-visibility/#visibility-states-and-the-visibilitystate-enum"><code>visibilityState</code></a> attribute on <a>Document</a> <!-- visibility visible --> <li><dfn data-lt="visibility visible"><a href="https://www.w3.org/TR/page-visibility/#dom-visibilitystate-visible">Visibility state <code>visible</code></a></dfn>
10073+
<!-- visibility hidden --> <li><dfn data-lt="visibility hidden"><a href="https://www.w3.org/TR/page-visibility/#dom-visibilitystate-hidden">Visibility state <code>hidden</code></a></dfn>
10074+
<!-- visibility state --> <li><dfn>Visibility state</dfn> being the <a href="https://www.w3.org/TR/page-visibility/#visibility-states-and-the-visibilitystate-enum"><code>visibilityState</code></a> attribute on <a>Document</a>
10075+
<!-- visibility visible --> <li><dfn data-lt="visibility visible"><a href="https://www.w3.org/TR/page-visibility/#dom-visibilitystate-visible">Visibility state <code>visible</code></a></dfn>
1007410076
</ul>
1007510077

1007610078
<dt>Selenium
@@ -10111,7 +10113,7 @@ <h2>Index</h2>
1011110113
<dd>The following terms are defined in
1011210114
the Geometry Interfaces Module Level 1 specification: [[GEOMETRY-1]]
1011310115
<ul>
10114-
<!-- DOMRect --> <li><a href="https://www.w3.org/TR/geometry-1/#dom-domrect"><dfn><code>DOMRect</code></dfn></a>
10116+
<!-- DOMRect --> <li><dfn><a href="https://www.w3.org/TR/geometry-1/#dom-domrect"><code>DOMRect</code></a></dfn>
1011510117
<!-- Rectangle --> <li><dfn data-lt="bounding rectangle"><a href=https://drafts.fxtf.org/geometry/#rectangle>Rectangle</a></dfn>
1011610118
<!-- Rectangle height dimension --> <li><dfn data-lt="height dimension"><a href=https://drafts.fxtf.org/geometry/#rectangle-height-dimension>Rectangle height dimension</a></dfn>
1011710119
<!-- Rectangle width dimension --> <li><dfn data-lt="width dimension"><a href=https://drafts.fxtf.org/geometry/#rectangle-width-dimension>Rectangle width dimension</a></dfn>
@@ -10209,8 +10211,8 @@ <h2>Index</h2>
1020910211
must be interpreted as required for conforming IDL fragments,
1021010212
as described in the Web IDL specification. [[WEBIDL]]
1021110213
<ul>
10212-
<!-- DOMException --> <li><a href="https://heycam.github.io/webidl/#dfn-DOMException"><dfn><code>DOMException</code></dfn></a>
10213-
<!-- Sequence --> <li><a href="https://heycam.github.io/webidl/#idl-sequence"><dfn>Sequence</dfn></a>
10214+
<!-- DOMException --> <li><dfn><a href="https://heycam.github.io/webidl/#dfn-DOMException"><code>DOMException</code></a></dfn>
10215+
<!-- Sequence --> <li><dfn><a href="https://heycam.github.io/webidl/#idl-sequence">Sequence</a></dfn>
1021410216
<!-- Supported property indices --> <li><dfn data-lt="supported property index"><a href=https://heycam.github.io/webidl/#dfn-supported-property-indices>Supported property indices</a></dfn>
1021510217
<!-- SyntaxError --> <li><dfn><a href="https://heycam.github.io/webidl/#syntaxerror"><code>SyntaxError</code></a></dfn></li>
1021610218

@@ -10228,16 +10230,16 @@ <h2>Index</h2>
1022810230
<dt>XML Namespaces
1022910231
<dd><p>The following terms are defined in the Namespaces in XML [[XML-NAMES]]
1023010232
<ul>
10231-
<!-- qualified element name --><li><a href="https://www.w3.org/TR/REC-xml-names/#ns-using"><dfn>qualified element name</dfn></a>
10233+
<!-- qualified element name --><li><dfn><a href="https://www.w3.org/TR/REC-xml-names/#ns-using">qualified element name</a></dfn>
1023210234
</ul>
1023310235

1023410236
<dt>XPATH
1023510237
<dd><p>The following terms are defined in the Document Object Model XPath standard [[XPATH]]
1023610238
<ul>
10237-
<!-- evaluate --><li><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator-evaluate"><dfn><code>evaluate</code></dfn></a>
10238-
<!-- ORDERED_NODE_SNAPSHOT_TYPE --><li><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult-ORDERED-NODE-SNAPSHOT-TYPE"><dfn><code>ORDERED_NODE_SNAPSHOT_TYPE</code></dfn></a>
10239-
<!-- snapshotItem --><li><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult-snapshotItem"><dfn><code>snapshotItem</code></dfn></a>
10240-
<!-- XPathException --><li><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathException"><dfn><code>XPathException</code></dfn></a>
10239+
<!-- evaluate --><li><dfn><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator-evaluate"><code>evaluate</code></a></dfn>
10240+
<!-- ORDERED_NODE_SNAPSHOT_TYPE --><li><dfn><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult-ORDERED-NODE-SNAPSHOT-TYPE"><code>ORDERED_NODE_SNAPSHOT_TYPE</code></a></dfn>
10241+
<!-- snapshotItem --><li><dfn><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult-snapshotItem"><code>snapshotItem</code></a></dfn>
10242+
<!-- XPathException --><li><dfn><a href="https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathException"><code>XPathException</code></a></dfn>
1024110243
</ul>
1024210244
</dl>
1024310245
</section>

0 commit comments

Comments
 (0)