Skip to content

Commit

Permalink
Fix the ID for DOMImplementation (was #interface=domimplementation)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jun 3, 2015
1 parent b5bc2f7 commit 27b9b3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4877,7 +4877,7 @@ method must run these steps:



<h4 id='interface=domimplementation'>
<h4 id='interface-domimplementation'>

This comment has been minimized.

Copy link
@foolip

foolip Jun 3, 2015

Author Member

@annevk, this was trivial so I just fixed it, please review and tell me if I should always do pull requests instead.

This comment has been minimized.

Copy link
@annevk

annevk Jun 5, 2015

Member

Thanks! (And no need.)

Interface {{DOMImplementation}}</h4>

User agents must create a {{DOMImplementation}} object whenever
Expand Down
8 changes: 4 additions & 4 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<h1 class="p-name no-ref allcaps" id="title">DOM</h1>

<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated
<time class="dt-updated" datetime="2015-05-08">8 May 2015</time></span></h2>
<time class="dt-updated" datetime="2015-06-03">3 June 2015</time></span></h2>

<div data-fill-with="spec-metadata">
<dl>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont
<li><a href="#interface-document"><span class="secno">4.5</span> <span class="content">
Interface <code class="idl"><span>Document</span></code></span></a>
<ul class="toc">
<li><a href="#interface=domimplementation"><span class="secno">4.5.1</span> <span class="content">
<li><a href="#interface-domimplementation"><span class="secno">4.5.1</span> <span class="content">
Interface <code class="idl"><span>DOMImplementation</span></code></span></a>
</ul>
<li><a href="#interface-documentfragment"><span class="secno">4.6</span> <span class="content">Interface <code class="idl"><span>DocumentFragment</span></code></span></a>
Expand Down Expand Up @@ -6473,8 +6473,8 @@ <h3 class="heading settled" data-level="4.5" id="interface-document"><span class



<h4 class="heading settled" data-level="4.5.1" id="interface=domimplementation"><span class="secno">4.5.1. </span><span class="content">
Interface <code class="idl"><a data-link-type="idl" href="#domimplementation">DOMImplementation</a></code></span><a class="self-link" href="#interface%3Ddomimplementation"></a></h4>
<h4 class="heading settled" data-level="4.5.1" id="interface-domimplementation"><span class="secno">4.5.1. </span><span class="content">
Interface <code class="idl"><a data-link-type="idl" href="#domimplementation">DOMImplementation</a></code></span><a class="self-link" href="#interface-domimplementation"></a></h4>


<p>User agents must create a <code class="idl"><a data-link-type="idl" href="#domimplementation">DOMImplementation</a></code> object whenever
Expand Down

0 comments on commit 27b9b3c

Please sign in to comment.