Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
fix remote-playback interface link (#1268)
Browse files Browse the repository at this point in the history
* fix remote-playback interface link

see #1215
  • Loading branch information
chaals authored Mar 1, 2018
1 parent 2fee658 commit 3ec2d48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sections/semantics-embedded-content.include
Original file line number Diff line number Diff line change
Expand Up @@ -8030,7 +8030,7 @@ zero or more <{track}> elements, then
<hr />

The <dfn element-attr for="media"><code>remote</code></dfn> attribute
MUST return the <a>RemotePlayback</a> instance associated with the <a lt="media elements">media element</a>.
MUST return the <a>RemotePlayback object</a> associated with the <a lt="media elements">media element</a>.

The <dfn element-attr for="media"><code>disableRemotePlayback</code></dfn> attribute is a <a>boolean
attribute</a>. When present, the user agent MUST NOT play the <a lt="media elements">media element</a> remotely or present any UI to do so.
Expand Down
16 changes: 9 additions & 7 deletions single-page.bs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Markup Shorthands: markdown on

<pre class="link-defaults">

spec:dom; type:interface; text:Document

spec:selectors-4; type:selector; text::link
spec:selectors-4; type:selector; text::visited
Expand Down Expand Up @@ -462,12 +461,13 @@ urlPrefix: http://www.w3.org/TR/custom-elements/#; type: dfn; spec: CUSTOM-ELEME
# ************************************ DOM **************************************************

urlPrefix: https://www.w3.org/TR/dom/#; spec: DOM
type:interface; url: document
text:Document
urlPrefix: concept-; type: dfn
text: cd data
text: collection
# UNCOMMENT when available in W3C version
# url: create-element
# text: creating an element
url: create-element
text: creating an element
urlPrefix: document-
text: document's character encoding; url: encoding
text: content type
Expand All @@ -480,6 +480,7 @@ urlPrefix: https://www.w3.org/TR/dom/#; spec: DOM
urlPrefix: node-;
text: adopt
text: append
text: appendChild(node)
text: clone
url: clone;
text: cloning
Expand Down Expand Up @@ -760,9 +761,10 @@ urlPrefix: https://www.w3.org/TR/preload/#; type: dfn; spec: Preload

# ********************************** REMOTE PLAYBACK *****************************************

urlPrefix: https://www.w3.org/TR/remote-playback/#; type: dfn; spec: REMOTE PLAYBACK
url: dom-remoteplayback; text: RemotePlayback
url: dfn-disable-remote-playback; text: disable remote playback
urlPrefix: https://www.w3.org/TR/remote-playback/#; spec: REMOTE PLAYBACK
url: dom-remoteplayback; type: dfn; text: RemotePlayback object
url: dfn-disable-remote-playback; type: dfn; text: disable remote playback
url: idl-def-remoteplayback; type: interface; text: RemotePlayback

# ********************************** RESOURCE-HINTS *****************************************

Expand Down

0 comments on commit 3ec2d48

Please sign in to comment.