Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix ReSpec console warnings#442

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
markafoltz merged 2 commits intogh-pagesfromfix-respec-console-warnings
Oct 24, 2017
Merged
Changes from1 commit
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
NextNext commit
Fix ReSpec console warnings
Warning message:The `for` and `dfn-for` attributes are deprecated.Please use `data-dfn-for` instead. See developer console.Specific changes:/ for=/ data-dfn-for=/g/ dfn-for=/ data-dfn-for=/g
  • Loading branch information
@anssiko
anssiko committedOct 24, 2017
commitbcdd8273d23fe7cec09e1fa81f66aadeaa7bfa75
52 changes: 26 additions & 26 deletionsindex.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1046,7 +1046,7 @@ <h4>

</pre>
<p>
The <dfn for="Presentation"><code>defaultRequest</code></dfn>
The <dfndata-dfn-for="Presentation"><code>defaultRequest</code></dfn>
attribute MUST return the <a>default presentation request</a> if
any, <code>null</code> otherwise. On setting, the <a>default
presentation request</a> MUST be set to the new value.
Expand DownExpand Up@@ -1089,7 +1089,7 @@ <h4>

</pre>
<p>
The <dfn for="Presentation"><code>receiver</code></dfn> attribute
The <dfndata-dfn-for="Presentation"><code>receiver</code></dfn> attribute
MUST return the <a><code>PresentationReceiver</code></a> instance
associated with the <a>receiving browsing context</a> and created
by the <a>receiving user agent</a> when the <a>receiving browsing
Expand DownExpand Up@@ -1202,7 +1202,7 @@ <h4>
Selecting a presentation display
</h4>
<p>
When the <code><dfn for="PresentationRequest">start</dfn></code>
When the <code><dfndata-dfn-for="PresentationRequest">start</dfn></code>
method is called, the <a>user agent</a> MUST run the following
steps to <dfn>select a presentation display</dfn>.
</p>
Expand DownExpand Up@@ -1452,7 +1452,7 @@ <h4>
Reconnecting to a presentation
</h4>
<p>
When the <dfn for="PresentationRequest">reconnect</dfn> method is
When the <dfndata-dfn-for="PresentationRequest">reconnect</dfn> method is
called, the <a>user agent</a> MUST run the following steps to
<dfn>reconnect to a presentation</dfn>:
</p>
Expand DownExpand Up@@ -1605,7 +1605,7 @@ <h4>
attributes, by objects implementing the <a>PresentationRequest</a>
interface:
</p>
<table dfn-for="PresentationRequest">
<tabledata-dfn-for="PresentationRequest">
<thead>
<tr>
<th>
Expand DownExpand Up@@ -1663,13 +1663,13 @@ <h3>
implemented in a <a>controlling browsing context</a>.
</p>
<p>
The <dfn for="PresentationAvailability">value</dfn> attribute MUST
The <dfndata-dfn-for="PresentationAvailability">value</dfn> attribute MUST
return the last value it was set to. The value is initialized and
updated by the <a>monitor the list of available presentation
displays</a> algorithm.
</p>
<p>
The <dfn for="PresentationAvailability">onchange</dfn> attribute is
The <dfndata-dfn-for="PresentationAvailability">onchange</dfn> attribute is
an <a>event handler</a> whose corresponding <a>event handler event
type</a> is <dfn><code>change</code></dfn>.
</p>
Expand DownExpand Up@@ -1747,7 +1747,7 @@ <h4>
Getting the <a>presentation displays</a> availability information
</h4>
<p>
When the <dfn for="PresentationRequest">getAvailability</dfn>
When the <dfndata-dfn-for="PresentationRequest">getAvailability</dfn>
method is called, the user agent MUST run the following steps:
</p>
<dl>
Expand DownExpand Up@@ -2001,7 +2001,7 @@ <h4>
when <a>monitoring incoming presentation connections</a>.
</p>
<p>
The <dfn for=
The <dfndata-dfn-for=
"PresentationConnectionAvailableEvent">connection</dfn> attribute
MUST return the value it was set to when the
<a>PresentationConnection</a> object was created.
Expand All@@ -2011,7 +2011,7 @@ <h4>
called, the <a>user agent</a> MUST construct a new
<a>PresentationConnectionAvailableEvent</a> object with its <a data-link-for=
"PresentationConnectionAvailableEvent">connection</a> attribute set
to the <dfn for=
to the <dfndata-dfn-for=
"PresentationConnectionAvailableEventInit">connection</dfn> member
of the <dfn>PresentationConnectionAvailableEventInit</dfn> object
passed to the constructor.
Expand DownExpand Up@@ -2053,7 +2053,7 @@ <h3>
};

</pre>
<div dfn-for="PresentationConnection" link-for=
<divdata-dfn-for="PresentationConnection" link-for=
"PresentationConnection">
<p>
The <dfn><code>id</code></dfn> attribute specifies the
Expand All@@ -2069,7 +2069,7 @@ <h3>
the values of <dfn>PresentationConnectionState</dfn> depending on
the connection state:
</p>
<ul dfn-for="PresentationConnectionState">
<uldata-dfn-for="PresentationConnectionState">
<li>
<dfn>connecting</dfn> means that the user agent is attempting to
<a>establish a presentation connection</a> with the
Expand DownExpand Up@@ -2118,7 +2118,7 @@ <h3>
</p>
<p>
The <dfn>binaryType</dfn> attribute can take one of the values of
<dfn for="">BinaryType</dfn>. When a <a>PresentationConnection</a>
<dfndata-dfn-for="">BinaryType</dfn>. When a <a>PresentationConnection</a>
object is created, its <a>binaryType</a> attribute MUST be set to
the string "<a link-for="BinaryType">arraybuffer</a>". On getting,
it MUST return the last value it was set to. On setting, the user
Expand All@@ -2127,8 +2127,8 @@ <h3>
<div class="note">
The <a>binaryType</a> attribute allows authors to control how
binary data is exposed to scripts. By setting the attribute to
"<dfn dfn-for="BinaryType">blob</dfn>", binary data is returned in
<a>Blob</a> form; by setting it to "<dfn dfn-for=
"<dfndata-dfn-for="BinaryType">blob</dfn>", binary data is returned in
<a>Blob</a> form; by setting it to "<dfndata-dfn-for=
"BinaryType">arraybuffer</dfn>", it is returned in
<a>ArrayBuffer</a> form. The attribute defaults to
"<code>arraybuffer</code>". This attribute has no effect on data
Expand DownExpand Up@@ -2418,12 +2418,12 @@ <h4>
<p>
A <a>PresentationConnectionCloseEvent</a> is fired when a
<a>presentation connection</a> enters a <a data-link-for=
"PresentationConnectionState">closed</a> state. The <dfn for=
"PresentationConnectionState">closed</a> state. The <dfndata-dfn-for=
"PresentationConnectionCloseEvent">reason</dfn> attribute provides
the reason why the connection was closed. It can take one of the
values of <dfn>PresentationConnectionCloseReason</dfn>:
</p>
<ul dfn-for="PresentationConnectionCloseReason">
<uldata-dfn-for="PresentationConnectionCloseReason">
<li>
<dfn>error</dfn> means that the mechanism for connecting or
communicating with a presentation entered an unrecoverable error.
Expand All@@ -2443,7 +2443,7 @@ <h4>
<p>
When the <a data-link-for="PresentationConnectionCloseEvent">reason</a>
attribute is <a data-link-for="PresentationConnectionCloseReason">error</a>,
the user agent SHOULD set the <dfn for=
the user agent SHOULD set the <dfndata-dfn-for=
"PresentationConnectionCloseEvent">message</dfn> attribute to a
human readable description of how the communication channel
encountered an error.
Expand All@@ -2453,11 +2453,11 @@ <h4>
called, the <a>user agent</a> MUST construct a new
<a>PresentationConnectionCloseEvent</a> object, with its <a data-link-for=
"PresentationConnectionCloseEvent">reason</a> attribute set to the
<dfn for="PresentationConnectionCloseEventInit">reason</dfn> member
<dfndata-dfn-for="PresentationConnectionCloseEventInit">reason</dfn> member
of the <dfn>PresentationConnectionCloseEventInit</dfn> object
passed to the constructor, and its <a data-link-for=
"PresentationConnectionCloseEvent">message</a> attribute set to the
<dfn for="PresentationConnectionCloseEventInit">message</dfn>
<dfndata-dfn-for="PresentationConnectionCloseEventInit">message</dfn>
member of this <a>PresentationConnectionCloseEventInit</a> object
if set, to an empty string otherwise.
</p>
Expand DownExpand Up@@ -2752,7 +2752,7 @@ <h4>
attributes, by objects implementing the
<a>PresentationConnection</a> interface:
</p>
<table dfn-for="PresentationConnection">
<tabledata-dfn-for="PresentationConnection">
<thead>
<tr>
<th>
Expand DownExpand Up@@ -2785,7 +2785,7 @@ <h4>
<dfn><code>onclose</code></dfn>
</td>
<td>
<dfn for=
<dfndata-dfn-for=
"PresentationConnectionEvent"><code>close</code></dfn>
</td>
</tr>
Expand All@@ -2794,7 +2794,7 @@ <h4>
<dfn><code>onterminate</code></dfn>
</td>
<td>
<dfn for=
<dfndata-dfn-for=
"PresentationConnectionEvent"><code>terminate</code></dfn>
</td>
</tr>
Expand DownExpand Up@@ -2823,7 +2823,7 @@ <h3>
<a>receiving user agent</a>.
</p>
<p>
On getting, the <dfn for="PresentationReceiver">connectionList</dfn>
On getting, the <dfndata-dfn-for="PresentationReceiver">connectionList</dfn>
attribute MUST return the result of running the following steps:
</p>
<ol>
Expand DownExpand Up@@ -2991,7 +2991,7 @@ <h3>

</pre>
<p>
The <dfn for="PresentationConnectionList">connections</dfn> attribute
The <dfndata-dfn-for="PresentationConnectionList">connections</dfn> attribute
MUST return the non-terminated set of <a>presentation connections</a>
in the <a>set of presentation controllers</a>.
</p>
Expand DownExpand Up@@ -3104,7 +3104,7 @@ <h4>
attributes, by objects implementing the
<a>PresentationConnectionList</a> interface:
</p>
<table dfn-for="PresentationConnectionList">
<tabledata-dfn-for="PresentationConnectionList">
<thead>
<tr>
<th>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp