Skip to content

Commit

Permalink
Merge pull request #61 from metromoxie/clean-up-permissions2
Browse files Browse the repository at this point in the history
Minor WebSockets heading change
  • Loading branch information
joelweinberger authored Oct 26, 2016
2 parents 5d6b0c7 + ea48c2a commit 30eca4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ spec: XHR; urlPrefix: https://xhr.spec.whatwg.org/
User agents MUST ignore modifications to the document.domain property of the
page.

### WebSockets ### {#websockets}
## WebSockets ## {#websockets}

The <a
href="https://www.w3.org/TR/websockets/#the-websocket-interface">`WebSocket()`
Expand Down
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1461,11 +1461,8 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
<a href="#impact"><span class="secno">5</span> <span class="content">Impact on Web Platform</span></a>
<ol class="toc">
<li><a href="#storage"><span class="secno">5.1</span> <span class="content">Storage</span></a>
<li>
<a href="#document-domain"><span class="secno">5.2</span> <span class="content"><code>document.domain</code></span></a>
<ol class="toc">
<li><a href="#websockets"><span class="secno">5.2.1</span> <span class="content">WebSockets</span></a>
</ol>
<li><a href="#document-domain"><span class="secno">5.2</span> <span class="content"><code>document.domain</code></span></a>
<li><a href="#websockets"><span class="secno">5.3</span> <span class="content">WebSockets</span></a>
</ol>
<li>
<a href="#framework"><span class="secno">6</span> <span class="content">Framework</span></a>
Expand Down Expand Up @@ -1877,7 +1874,7 @@ <h3 class="heading settled" data-level="5.2" id="document-domain"><span class="s
<p>The <code class="idl"><a data-link-type="idl">document.domain</a></code> property
User agents MUST ignore modifications to the document.domain property of the
page.</p>
<h4 class="heading settled" data-level="5.2.1" id="websockets"><span class="secno">5.2.1. </span><span class="content">WebSockets</span><a class="self-link" href="#websockets"></a></h4>
<h3 class="heading settled" data-level="5.3" id="websockets"><span class="secno">5.3. </span><span class="content">WebSockets</span><a class="self-link" href="#websockets"></a></h3>
<p>The <a href="https://www.w3.org/TR/websockets/#the-websocket-interface"><code>WebSocket()</code> constructor algrithm</a> <a data-link-type="biblio" href="#biblio-websockets">[WebSockets]</a> is modified as follows:</p>
<p>After the current step 1, perform the following step:</p>
<ol start="2">
Expand Down Expand Up @@ -2392,7 +2389,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
<aside class="dfn-panel" data-for="suborigin">
<b><a href="#suborigin">#suborigin</a></b><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-suborigin-1">5.2.1. WebSockets</a>
<li><a href="#ref-for-suborigin-1">5.3. WebSockets</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="grammardef-suborigin-name">
Expand Down

0 comments on commit 30eca4d

Please sign in to comment.