- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Apr 2011 18:25:16 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv19511 Modified Files: Overview.html Overview.src.html Log Message: hanging-punctuation:none is missing Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- Overview.html 19 Apr 2011 17:16:46 -0000 1.111 +++ Overview.html 19 Apr 2011 18:25:14 -0000 1.112 @@ -89,7 +89,7 @@ <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/04/18 07:17:24 $ (CVS $Revision$)</a> <!-- + 2011/04/19 17:16:46 $ (CVS $Revision$)</a> <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110419/">http://www.w3.org/TR/2011/WD-css3-text-20110419/</a></dd> --> @@ -4142,6 +4142,10 @@ <p>Values have the following meanings: <dl> + <dt><dfn id=none3 title="hanging-punctuation:none"><code>none</code></dfn> + + <dd>No characters can hang. + <dt><dfn id=first title="hanging-punctuation:first"><code>first</code></dfn> @@ -4379,7 +4383,7 @@ Values have the following meanings: <dl> - <dt><dfn id=none3 title="text-decoration-line:none">none</dfn> + <dt><dfn id=none4 title="text-decoration-line:none">none</dfn> <dd>Neither produces nor inhibits text decoration. @@ -4662,7 +4666,7 @@ drawn by its ancestors. Values have the following meanings: <dl> - <dt><dfn id=none4 title="text-decoration-skip:none">none</dfn> + <dt><dfn id=none5 title="text-decoration-skip:none">none</dfn> <dd>Skip nothing: text-decoration is drawn for all text content and for inline replaced elements. @@ -4881,7 +4885,7 @@ the following meanings: <dl> - <dt><dfn id=none5 title="text-emphasis:none"><code>none</code></dfn> + <dt><dfn id=none6 title="text-emphasis:none"><code>none</code></dfn> <dd>No emphasis marks. @@ -6656,6 +6660,9 @@ <li>hanging-punctuation:force-end, <a href="#force-end" title="hanging-punctuation:force-end"><strong>10.2.</strong></a> + <li>hanging-punctuation:none, <a href="#none3" + title="hanging-punctuation:none"><strong>10.2.</strong></a> + <li>hyphenate-character, <a href="#hyphenate-character0" title=hyphenate-character><strong>6.2.</strong></a> @@ -6792,7 +6799,7 @@ <li>text-decoration-line, <a href="#text-decoration-line0" title=text-decoration-line><strong>11.1.1.</strong></a> - <li>text-decoration-line:none, <a href="#none3" + <li>text-decoration-line:none, <a href="#none4" title="text-decoration-line:none"><strong>11.1.1.</strong></a> <li>text-decoration-skip, <a href="#text-decoration-skip0" @@ -6804,7 +6811,7 @@ <li>text-decoration-skip:ink, <a href="#ink" title="text-decoration-skip:ink"><strong>11.1.5.</strong></a> - <li>text-decoration-skip:none, <a href="#none4" + <li>text-decoration-skip:none, <a href="#none5" title="text-decoration-skip:none"><strong>11.1.5.</strong></a> <li>text-decoration-skip:objects, <a href="#objects" @@ -6843,7 +6850,7 @@ <li>text-emphasis:left, <a href="#left0" title="text-emphasis:left"><strong>11.2.4.</strong></a> - <li>text-emphasis:none, <a href="#none5" + <li>text-emphasis:none, <a href="#none6" title="text-emphasis:none"><strong>11.2.1.</strong></a> <li>text-emphasis:open, <a href="#open" Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- Overview.src.html 19 Apr 2011 17:16:46 -0000 1.209 +++ Overview.src.html 19 Apr 2011 18:25:14 -0000 1.210 @@ -3078,6 +3078,8 @@ <p>Values have the following meanings:</p> <dl> + <dt><dfn title="hanging-punctuation:none"><code>none</code></dfn></dt> + <dd>No characters can hang.</dd> <dt><dfn title="hanging-punctuation:first"><code>first</code></dfn></dt> <dd>An opening bracket or quote at the start of the <a href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">first
Received on Tuesday, 19 April 2011 18:25:17 UTC