[html5] r7953 - [e] (0) Move away from the term 'RCDATA' in the syntax section. (I haven't chang [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 11 11:24:53 PDT 2013
Author: ianh
Date: 2013-06-11 11:24:52 -0700 (Tue, 11 Jun 2013)
New Revision: 7953
Modified:
complete.html
index
source
Log:
[e] (0) Move away from the term 'RCDATA' in the syntax section. (I haven't changed the parser section, so that people who have implemented it don't get really confused.)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21572
Affected topics: HTML Syntax and Parsing, Video Text Tracks
Modified: complete.html
===================================================================
--- complete.html 2013-06-10 23:52:02 UTC (rev 7952)
+++ complete.html 2013-06-11 18:24:52 UTC (rev 7953)
@@ -252,11 +252,11 @@
}
}, false);
- </script><body onload=init()>
+ </script><script async defer src="//survey.g.doubleclick.net/async_survey?site=5kr27scvp3mng"></script><body onload=init()>
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 10 June 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 11 June 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -1161,7 +1161,7 @@
<li><a href=#attributes-0><span class=secno>12.1.2.3 </span>Attributes</a></li>
<li><a href=#optional-tags><span class=secno>12.1.2.4 </span>Optional tags</a></li>
<li><a href=#element-restrictions><span class=secno>12.1.2.5 </span>Restrictions on content models</a></li>
- <li><a href=#cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></ol></li>
+ <li><a href=#cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and escapable raw text elements</a></ol></li>
<li><a href=#text-0><span class=secno>12.1.3 </span>Text</a>
<ol>
<li><a href=#newlines><span class=secno>12.1.3.1 </span>Newlines</a></ol></li>
@@ -30749,9 +30749,9 @@
<p>Indicates that the text track is active. If no attempt has yet been made to obtain the
track's cues, the user agent will perform such an attempt momentarily. The user agent is
maintaining a list of which cues are active, and events are being fired accordingly. In
- addition, for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-mediatrack-kind-subtitles>subtitles</code> or <code title=dom-mediatrack-kind-captions>captions</code>, the cues are being overlaid on the video
- as appropriate; for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-mediatrack-kind-descriptions>descriptions</code>, the user agent is making the
- cues available to the user in a non-visual fashion; and for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-mediatrack-kind-chapters>chapters</code>, the user agent is making available to
+ addition, for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-TextTrack-kind-subtitles><a href=#dom-texttrack-kind-subtitles>subtitles</a></code> or <code title=dom-TextTrack-kind-captions><a href=#dom-texttrack-kind-captions>captions</a></code>, the cues are being overlaid on the video
+ as appropriate; for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-TextTrack-kind-descriptions><a href=#dom-texttrack-kind-descriptions>descriptions</a></code>, the user agent is making the
+ cues available to the user in a non-visual fashion; and for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-TextTrack-kind-chapters><a href=#dom-texttrack-kind-chapters>chapters</a></code>, the user agent is making available to
the user a mechanism by which the user can navigate to any point in the <a href=#media-resource>media
resource</a> by selecting a cue.</p>
@@ -83666,7 +83666,7 @@
<h4 id=elements-0><span class=secno>12.1.2 </span>Elements</h4>
<p>There are five different kinds of <dfn id=syntax-elements title=syntax-elements>elements</dfn>: <a href=#void-elements>void elements</a>,
- <a href=#raw-text-elements>raw text elements</a>, <a href=#rcdata-elements>RCDATA elements</a>,
+ <a href=#raw-text-elements>raw text elements</a>, <a href=#escapable-raw-text-elements>escapable raw text elements</a>,
<a href=#foreign-elements>foreign elements</a>, and <a href=#normal-elements>normal elements</a>.</p>
<dl><dt><dfn id=void-elements>Void elements</dfn></dt>
@@ -83682,7 +83682,7 @@
<dd><code><a href=#the-script-element>script</a></code>, <code><a href=#the-style-element>style</a></code></dd> <!-- iframe and
noscript don't count as raw text for syntax purposes -->
- <dt><dfn id=rcdata-elements>RCDATA elements</dfn></dt>
+ <dt><dfn id=escapable-raw-text-elements>escapable raw text elements</dfn></dt>
<dd><code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-title-element>title</a></code></dd>
@@ -83698,8 +83698,8 @@
</dl><!--CLEANUP--><p><dfn id=syntax-tags title=syntax-tags>Tags</dfn> are used to delimit the start
and end of elements in the markup. <a href=#raw-text-elements title="raw text
- elements">Raw text</a>, <a href=#rcdata-elements title="RCDATA
- elements">RCDATA</a>, and <a href=#normal-elements title="normal
+ elements">Raw text</a>, <a href=#escapable-raw-text-elements title="escapable raw text
+ elements">escapable raw text</a>, and <a href=#normal-elements title="normal
elements">normal</a> elements have a <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> to indicate where they
begin, and an <a href=#syntax-end-tag title=syntax-end-tag>end tag</a> to
indicate where they end. The start and end tags of certain
@@ -83729,7 +83729,7 @@
<p><a href=#raw-text-elements>Raw text elements</a> can have <a href=#syntax-text title=syntax-text>text</a>, though it has <a href=#cdata-rcdata-restrictions>restrictions</a> described
below.</p>
- <p><a href=#rcdata-elements>RCDATA elements</a> can have <a href=#syntax-text title=syntax-text>text</a> and <a href=#syntax-charref title=syntax-charref>character references</a>, but the text
+ <p><a href=#escapable-raw-text-elements>escapable raw text elements</a> can have <a href=#syntax-text title=syntax-text>text</a> and <a href=#syntax-charref title=syntax-charref>character references</a>, but the text
must not contain an <a href=#syntax-ambiguous-ampersand title=syntax-ambiguous-ampersand>ambiguous ampersand</a>.
There are also <a href=#cdata-rcdata-restrictions>further
restrictions</a> described below.</p>
@@ -84238,10 +84238,10 @@
</div>
- <h5 id=cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5>
+ <h5 id=cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and escapable raw text elements</h5>
<p>The text in <a href=#raw-text-elements title="raw text elements">raw text</a> and
- <a href=#rcdata-elements>RCDATA elements</a> must not contain any occurrences of the
+ <a href=#escapable-raw-text-elements>escapable raw text elements</a> must not contain any occurrences of the
string "<code title=""></</code>" (U+003C LESS-THAN SIGN, U+002F
SOLIDUS) followed by characters that case-insensitively match the
tag name of the element followed by one of U+0009 CHARACTER
Modified: index
===================================================================
--- index 2013-06-10 23:52:02 UTC (rev 7952)
+++ index 2013-06-11 18:24:52 UTC (rev 7953)
@@ -252,11 +252,11 @@
}
}, false);
- </script><body onload=init()>
+ </script><script async defer src="//survey.g.doubleclick.net/async_survey?site=5kr27scvp3mng"></script><body onload=init()>
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 10 June 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 11 June 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -1161,7 +1161,7 @@
<li><a href=#attributes-0><span class=secno>12.1.2.3 </span>Attributes</a></li>
<li><a href=#optional-tags><span class=secno>12.1.2.4 </span>Optional tags</a></li>
<li><a href=#element-restrictions><span class=secno>12.1.2.5 </span>Restrictions on content models</a></li>
- <li><a href=#cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></ol></li>
+ <li><a href=#cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and escapable raw text elements</a></ol></li>
<li><a href=#text-0><span class=secno>12.1.3 </span>Text</a>
<ol>
<li><a href=#newlines><span class=secno>12.1.3.1 </span>Newlines</a></ol></li>
@@ -30749,9 +30749,9 @@
<p>Indicates that the text track is active. If no attempt has yet been made to obtain the
track's cues, the user agent will perform such an attempt momentarily. The user agent is
maintaining a list of which cues are active, and events are being fired accordingly. In
- addition, for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-mediatrack-kind-subtitles>subtitles</code> or <code title=dom-mediatrack-kind-captions>captions</code>, the cues are being overlaid on the video
- as appropriate; for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-mediatrack-kind-descriptions>descriptions</code>, the user agent is making the
- cues available to the user in a non-visual fashion; and for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-mediatrack-kind-chapters>chapters</code>, the user agent is making available to
+ addition, for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-TextTrack-kind-subtitles><a href=#dom-texttrack-kind-subtitles>subtitles</a></code> or <code title=dom-TextTrack-kind-captions><a href=#dom-texttrack-kind-captions>captions</a></code>, the cues are being overlaid on the video
+ as appropriate; for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-TextTrack-kind-descriptions><a href=#dom-texttrack-kind-descriptions>descriptions</a></code>, the user agent is making the
+ cues available to the user in a non-visual fashion; and for text tracks whose <a href=#text-track-kind title="text track kind">kind</a> is <code title=dom-TextTrack-kind-chapters><a href=#dom-texttrack-kind-chapters>chapters</a></code>, the user agent is making available to
the user a mechanism by which the user can navigate to any point in the <a href=#media-resource>media
resource</a> by selecting a cue.</p>
@@ -83666,7 +83666,7 @@
<h4 id=elements-0><span class=secno>12.1.2 </span>Elements</h4>
<p>There are five different kinds of <dfn id=syntax-elements title=syntax-elements>elements</dfn>: <a href=#void-elements>void elements</a>,
- <a href=#raw-text-elements>raw text elements</a>, <a href=#rcdata-elements>RCDATA elements</a>,
+ <a href=#raw-text-elements>raw text elements</a>, <a href=#escapable-raw-text-elements>escapable raw text elements</a>,
<a href=#foreign-elements>foreign elements</a>, and <a href=#normal-elements>normal elements</a>.</p>
<dl><dt><dfn id=void-elements>Void elements</dfn></dt>
@@ -83682,7 +83682,7 @@
<dd><code><a href=#the-script-element>script</a></code>, <code><a href=#the-style-element>style</a></code></dd> <!-- iframe and
noscript don't count as raw text for syntax purposes -->
- <dt><dfn id=rcdata-elements>RCDATA elements</dfn></dt>
+ <dt><dfn id=escapable-raw-text-elements>escapable raw text elements</dfn></dt>
<dd><code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-title-element>title</a></code></dd>
@@ -83698,8 +83698,8 @@
</dl><!--CLEANUP--><p><dfn id=syntax-tags title=syntax-tags>Tags</dfn> are used to delimit the start
and end of elements in the markup. <a href=#raw-text-elements title="raw text
- elements">Raw text</a>, <a href=#rcdata-elements title="RCDATA
- elements">RCDATA</a>, and <a href=#normal-elements title="normal
+ elements">Raw text</a>, <a href=#escapable-raw-text-elements title="escapable raw text
+ elements">escapable raw text</a>, and <a href=#normal-elements title="normal
elements">normal</a> elements have a <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> to indicate where they
begin, and an <a href=#syntax-end-tag title=syntax-end-tag>end tag</a> to
indicate where they end. The start and end tags of certain
@@ -83729,7 +83729,7 @@
<p><a href=#raw-text-elements>Raw text elements</a> can have <a href=#syntax-text title=syntax-text>text</a>, though it has <a href=#cdata-rcdata-restrictions>restrictions</a> described
below.</p>
- <p><a href=#rcdata-elements>RCDATA elements</a> can have <a href=#syntax-text title=syntax-text>text</a> and <a href=#syntax-charref title=syntax-charref>character references</a>, but the text
+ <p><a href=#escapable-raw-text-elements>escapable raw text elements</a> can have <a href=#syntax-text title=syntax-text>text</a> and <a href=#syntax-charref title=syntax-charref>character references</a>, but the text
must not contain an <a href=#syntax-ambiguous-ampersand title=syntax-ambiguous-ampersand>ambiguous ampersand</a>.
There are also <a href=#cdata-rcdata-restrictions>further
restrictions</a> described below.</p>
@@ -84238,10 +84238,10 @@
</div>
- <h5 id=cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5>
+ <h5 id=cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and escapable raw text elements</h5>
<p>The text in <a href=#raw-text-elements title="raw text elements">raw text</a> and
- <a href=#rcdata-elements>RCDATA elements</a> must not contain any occurrences of the
+ <a href=#escapable-raw-text-elements>escapable raw text elements</a> must not contain any occurrences of the
string "<code title=""></</code>" (U+003C LESS-THAN SIGN, U+002F
SOLIDUS) followed by characters that case-insensitively match the
tag name of the element followed by one of U+0009 CHARACTER
Modified: source
===================================================================
--- source 2013-06-10 23:52:02 UTC (rev 7952)
+++ source 2013-06-11 18:24:52 UTC (rev 7953)
@@ -32944,13 +32944,13 @@
track's cues, the user agent will perform such an attempt momentarily. The user agent is
maintaining a list of which cues are active, and events are being fired accordingly. In
addition, for text tracks whose <span title="text track kind">kind</span> is <code
- title="dom-mediatrack-kind-subtitles">subtitles</code> or <code
- title="dom-mediatrack-kind-captions">captions</code>, the cues are being overlaid on the video
+ title="dom-TextTrack-kind-subtitles">subtitles</code> or <code
+ title="dom-TextTrack-kind-captions">captions</code>, the cues are being overlaid on the video
as appropriate; for text tracks whose <span title="text track kind">kind</span> is <code
- title="dom-mediatrack-kind-descriptions">descriptions</code>, the user agent is making the
+ title="dom-TextTrack-kind-descriptions">descriptions</code>, the user agent is making the
cues available to the user in a non-visual fashion; and for text tracks whose <span
title="text track kind">kind</span> is <code
- title="dom-mediatrack-kind-chapters">chapters</code>, the user agent is making available to
+ title="dom-TextTrack-kind-chapters">chapters</code>, the user agent is making available to
the user a mechanism by which the user can navigate to any point in the <span>media
resource</span> by selecting a cue.</p>
@@ -93354,7 +93354,7 @@
<p>There are five different kinds of <dfn
title="syntax-elements">elements</dfn>: <span>void elements</span>,
- <span>raw text elements</span>, <span>RCDATA elements</span>,
+ <span>raw text elements</span>, <span>escapable raw text elements</span>,
<span>foreign elements</span>, and <span>normal elements</span>.</p>
<dl>
@@ -93372,7 +93372,7 @@
<dd><code>script</code>, <code>style</code></dd> <!-- iframe and
noscript don't count as raw text for syntax purposes -->
- <dt><dfn>RCDATA elements</dfn></dt>
+ <dt><dfn>escapable raw text elements</dfn></dt>
<dd><code>textarea</code>, <code>title</code></dd>
@@ -93391,8 +93391,8 @@
<!--CLEANUP-->
<p><dfn title="syntax-tags">Tags</dfn> are used to delimit the start
and end of elements in the markup. <span title="raw text
- elements">Raw text</span>, <span title="RCDATA
- elements">RCDATA</span>, and <span title="normal
+ elements">Raw text</span>, <span title="escapable raw text
+ elements">escapable raw text</span>, and <span title="normal
elements">normal</span> elements have a <span
title="syntax-start-tag">start tag</span> to indicate where they
begin, and an <span title="syntax-end-tag">end tag</span> to
@@ -93426,7 +93426,7 @@
href="#cdata-rcdata-restrictions">restrictions</a> described
below.</p>
- <p><span>RCDATA elements</span> can have <span
+ <p><span>escapable raw text elements</span> can have <span
title="syntax-text">text</span> and <span
title="syntax-charref">character references</span>, but the text
must not contain an <span
@@ -94003,10 +94003,10 @@
</div>
- <h5 id="cdata-rcdata-restrictions">Restrictions on the contents of raw text and RCDATA elements</h5>
+ <h5 id="cdata-rcdata-restrictions">Restrictions on the contents of raw text and escapable raw text elements</h5>
<p>The text in <span title="raw text elements">raw text</span> and
- <span>RCDATA elements</span> must not contain any occurrences of the
+ <span>escapable raw text elements</span> must not contain any occurrences of the
string "<code title=""></</code>" (U+003C LESS-THAN SIGN, U+002F
SOLIDUS) followed by characters that case-insensitively match the
tag name of the element followed by one of U+0009 CHARACTER
More information about the Commit-Watchers
mailing list