Skip to content

Fix broken fragments reported by Link Checker #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ <h2>
</p>
<p>
The term <a href=
"http://w3c.github.io/webrtc-pc/#idl-def-RTCDataChannel"><dfn><code>RTCDataChannel</code></dfn></a>
"https://www.w3.org/TR/webrtc/#idl-def-rtcdatachannel"><dfn><code>RTCDataChannel</code></dfn></a>
is defined in the WebRTC API specification [[WEBRTC]].
</p>
<p>
Expand All @@ -589,10 +589,10 @@ <h2>
4122 [[!rfc4122]].
</p>
<p>
The terms <dfn data-lt="permission|permissions"><a href=
"https://w3c.github.io/permissions/#idl-def-Permission">permission</a></dfn>
and <dfn><a href=
"https://w3c.github.io/permissions/#idl-def-PermissionState">permission
The terms <dfn data-lt="permission descriptor types"><a href=
"https://w3c.github.io/permissions/#permission-descriptor-type">permission
descriptor type</a></dfn> and <dfn><a href=
"https://w3c.github.io/permissions/#permission-state">permission
state</a></dfn> are defined in [[!PERMISSIONS]].
</p>
<p>
Expand Down Expand Up @@ -1350,7 +1350,7 @@ <h4>
request presentation and choose the intended <a>presentation
display</a> with the same user gesture. For example, the browser
chrome could allow the user to pick a display from a menu, or allow
the user to tap on an <a href="https://nfc-forum.org/">Near Field
the user to tap on an <a href="http://nfc-forum.org/">Near Field
Communications (NFC)</a> enabled display.
</div>
</section>
Expand Down Expand Up @@ -2872,8 +2872,8 @@ <h4>
auxiliary navigation browsing context flag</a> on <var>C</var>.
</li>
<li>If the <a>receiving user agent</a> implements [[!PERMISSIONS]],
set the <a>permission state</a> of all <a>Permissions</a> for <var>
C</var> to <code>"denied"</code>.
set the <a>permission state</a> of all <a>permission descriptor
types</a> for <var>C</var> to <code>"denied"</code>.
</li>
<li>Create a new empty <a>cookie store</a> for <var>C</var>.
</li>
Expand Down