Skip to content

Commit 0cff288

Browse files
authored
Meta: use empty <span> for old ID
This is the style used in many other places to keep old IDs working. Doing this consistently will make it easier to detect this pattern and transform it to oldids="" for Bikeshed, and makes it clear in the source that the <span> isn't creating a link, as they usually do.
1 parent 7b9eb42 commit 0cff288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

+1-1
Original file line numberDiff line numberDiff line change
@@ -117820,7 +117820,7 @@ interface <dfn interface>Navigator</dfn> {
117820117820
</div>
117821117821

117822117822

117823-
<h5 id="navigator.online"><span id="browser-state">Browser state</span></h5>
117823+
<h5 id="navigator.online"><span id="browser-state"></span>Browser state</h5>
117824117824

117825117825
<pre><code class="idl">interface mixin <dfn interface>NavigatorOnLine</dfn> {
117826117826
readonly attribute boolean <span data-x="dom-navigator-onLine">onLine</span>;

0 commit comments

Comments
 (0)