Skip to content

Commit

Permalink
[Bug 27597] [Shadow DOM] Use 'an interface' for ShadowRoot (change se…
Browse files Browse the repository at this point in the history
…ction title)
  • Loading branch information
hayatoito committed Dec 15, 2014
1 parent 7642950 commit c6c7a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1120,12 +1120,12 @@ <h2>HTML Elements and Their Shadow Trees</h2>
</section>

<section>
<h2>Elements and DOM Objects</h2>
<h2>Elements and DOM interfaces</h2>

<section>
<h3><code>ShadowRoot</code> Object</h3>
<h3>The <code>ShadowRoot</code> interface</h3>

<p>The <code>ShadowRoot</code> object represents the <a>shadow root</a>.</p>
<p>The <code>ShadowRoot</code> interface represents the <a>shadow root</a>.</p>

<dl class="idl" title="interface ShadowRoot : DocumentFragment">
<dt>Selection? getSelection()</dt>
Expand Down

0 comments on commit c6c7a57

Please sign in to comment.