- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 12:04:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Support <annotation-xml encoding='text/html'> in the parser. (experimental) (whatwg r5509) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4399&r2=1.4400&f=h http://html5.org/tools/web-apps-tracker?from=5508&to=5509 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4399 retrieving revision 1.4400 diff -u -d -r1.4399 -r1.4400 --- Overview.html 26 Sep 2010 02:49:21 -0000 1.4399 +++ Overview.html 26 Sep 2010 03:04:13 -0000 1.4400 @@ -54466,7 +54466,8 @@ <code><a href="#the-td-element">td</a></code>, <code><a href="#the-textarea-element">textarea</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, <code><a href="#the-th-element">th</a></code>, <code><a href="#the-thead-element">thead</a></code>, <code><a href="#the-title-element-0">title</a></code>, <code><a href="#the-tr-element">tr</a></code>, <code><a href="#the-ul-element">ul</a></code>, <code><a href="#the-wbr-element">wbr</a></code>, - <code><a href="#xmp">xmp</a></code>, and SVG's <code>foreignObject</code>.</dd> + <code><a href="#xmp">xmp</a></code>, MathML's <code>annotation-xml</code>, and SVG's + <code>foreignObject</code>.</dd> <dt><dfn id="formatting">Formatting</dfn></dt> <dd><p>The following HTML elements are those that end up in the @@ -54513,6 +54514,7 @@ <li><code><a href="#the-th-element">th</a></code> in the HTML namespace</li> <li><code><a href="#the-marquee-element">marquee</a></code> in the HTML namespace</li> <li><code><a href="#the-object-element">object</a></code> in the HTML namespace</li> + <li><code title="">annotation-xml</code> in the SVG namespace</li> <li><code title="">foreignObject</code> in the SVG namespace</li> </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-list-item-scope" title="has an element in list item scope">have an element in list item scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific @@ -60015,6 +60017,8 @@ <dt>A start tag, if the <a href="#current-node">current node</a> is a <code title="">foreignObject</code> element in the <a href="#svg-namespace">SVG namespace</a>.</dt> <dt>A start tag, if the <a href="#current-node">current node</a> is a <code title="">desc</code> element in the <a href="#svg-namespace">SVG namespace</a>.</dt> <dt>A start tag, if the <a href="#current-node">current node</a> is a <code title="">title</code> element in the <a href="#svg-namespace">SVG namespace</a>.</dt> + <dt>A start tag, if the <a href="#current-node">current node</a> is an <code title="">annotation-xml</code> element in the <a href="#mathml-namespace">MathML namespace</a> whose start tag token had an attribute with the name "encoding" whose value was an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">text/html</code>".</dt> + <dt>A start tag, if the <a href="#current-node">current node</a> is an <code title="">annotation-xml</code> element in the <a href="#mathml-namespace">MathML namespace</a> whose start tag token had an attribute with the name "encoding" whose value was an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">application/xhtml+xml</code>".</dt> <dt>A start tag, if the <a href="#current-node">current node</a> is an element in the <a href="#html-namespace-0">HTML namespace</a>.</dt> <dt>Any other end tag</dt> <dd> @@ -60064,6 +60068,7 @@ <li>an <code title="">mn</code> element in the <a href="#mathml-namespace">MathML namespace</a></li> <li>an <code title="">ms</code> element in the <a href="#mathml-namespace">MathML namespace</a></li> <li>an <code title="">mtext</code> element in the <a href="#mathml-namespace">MathML namespace</a></li> + <li>an <code title="">annotation-xml</code> element in the <a href="#mathml-namespace">MathML namespace</a></li> <li>a <code title="">foreignObject</code> element in the <a href="#svg-namespace">SVG namespace</a></li> <li>a <code title="">desc</code> element in the <a href="#svg-namespace">SVG namespace</a></li> <li>a <code title="">title</code> element in the <a href="#svg-namespace">SVG namespace</a></li>
Received on Sunday, 26 September 2010 03:05:25 UTC