- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Dec 2008 19:49:01 +0900 (JST)
- To: public-html-diffs@w3.org
Change how <font> is handled in foreign content. (whatwg r2590)
8.2.5.20 The "in foreign content" insertion mode
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1761.html#parsing-main-inforeign
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1760&r2=1.1761&f=h
http://html5.org/tools/web-apps-tracker?from=2589&to=2590
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1760
retrieving revision 1.1761
diff -u -d -r1.1760 -r1.1761
--- Overview.html 25 Dec 2008 10:36:28 -0000 1.1760
+++ Overview.html 25 Dec 2008 10:46:19 -0000 1.1761
@@ -41731,8 +41731,8 @@
<dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
"blockquote", "body"<!--by inspection-->, "br", "center", "code",
"dd", "div", "dl", "dt"<!-- so that dd and dt can be handled
- uniformly throughout the parser -->, "em", "embed", "font", "h1",
- "h2", "h3", "h4"<!--for completeness-->, "h5", "h6"<!--for
+ uniformly throughout the parser -->, "em", "embed", "h1", "h2",
+ "h3", "h4"<!--for completeness-->, "h5", "h6"<!--for
completeness-->, "head"<!--by inspection-->, "hr", "i", "img",
"li", "listing"<!-- so that pre and listing can be handled
uniformly throughout the parser -->, "menu", "meta", "nobr",
@@ -41743,6 +41743,10 @@
"table"<!--by inspection-->, "tt", "u", "ul", "var"</dt>
<!-- this list was determined empirically by studying over
6,000,000,000 pages that were specifically not XML pages -->
+ <dt>A start tag whose tag name is "font", if the token has
+ any attributes named "color", "face", or "size"</dt>
+ <!-- the attributes here are required so that SVG <font> will go
+ through as SVG but legacy <font>s won't -->
<dt>An end-of-file token</dt>
<dd>
Received on Thursday, 25 December 2008 10:49:37 UTC