- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 08:36:13 +0900 (JST)
- To: public-html-diffs@w3.org
Fix a variety of mistakes in the rendering section. (credit: jb) (whatwg r2994) Index http://people.w3.org/mike/diffs/html5/spec/Overview.1.2157.html#index 10.2.4 Alignment http://people.w3.org/mike/diffs/html5/spec/Overview.1.2157.html#alignment 10.2.5 Fonts and colors http://people.w3.org/mike/diffs/html5/spec/Overview.1.2157.html#fonts-and-colors http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2156&r2=1.2157&f=h http://html5.org/tools/web-apps-tracker?from=2993&to=2994 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2156 retrieving revision 1.2157 diff -u -d -r1.2156 -r1.2157 --- Overview.html 26 Apr 2009 22:10:47 -0000 1.2156 +++ Overview.html 26 Apr 2009 23:34:46 -0000 1.2157 @@ -55794,7 +55794,7 @@ table[align=left] { float: left; } table[align=right] { float: right; } table[align=center], table[align=abscenter], -table[align=abdmiddle], table[align=middle] { +table[align=absmiddle], table[align=middle] { margin-left: auto; margin-right: auto; } @@ -56094,7 +56094,7 @@ hint</a>. Abort these steps.</li> <li><p>Interpret <var title="">digits</var> as a base-ten - integer. Let <var title="">size</var> be the resulting + integer. Let <var title="">value</var> be the resulting number.</li> <li> @@ -56102,8 +56102,7 @@ <!-- basefont support would go here, but we removed it --> <p>If <var title="">mode</var> is <i>relative-plus</i>, then - increment <var title="">value</var> by 3. If <var title="">mode</var> is <i>relative-minus</i>, then decrement - <var title="">value</var> by 3.</p> + increment <var title="">value</var> by 3. If <var title="">mode</var> is <i>relative-minus</i>, then let <var title="">value</var> be the result of subtracting <var title="">value</var> from 3.</p> </li> @@ -58053,6 +58052,7 @@ John Fallows, John Harding, John Keiser, + John-Mark Bell, Johnny Stenback, Jon Ferraiolo, Jon Gibbins,
Received on Sunday, 26 April 2009 23:36:49 UTC