- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jan 2012 01:57:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv27694 Modified Files: Overview.html Overview.src.html Log Message: Remove ability to combine <string> and 'justify' for 'text-align', because it's annoying to spec it. (If people complain, we can add it later.) Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.204 retrieving revision 1.205 diff -u -d -r1.204 -r1.205 --- Overview.html 12 Jan 2012 01:53:17 -0000 1.204 +++ Overview.html 12 Jan 2012 01:57:40 -0000 1.205 @@ -36,7 +36,7 @@ <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12 - 01:48:25 $ (CVS $Revision$)</a> <!-- + 01:53:17 $ (CVS $Revision$)</a> <!-- <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd> --> @@ -1835,7 +1835,7 @@ <tr> <th>Value: - <td><string>? [ start | end | left | right | center | justify ] | + <td><string>? [ start | end | left | right | center ] | justify | match-parent | start end <tr> @@ -5385,7 +5385,7 @@ <tr> <th><a class=property href="#text-align0">text-align</a> - <td><string>? [ start | end | left | right | center | justify ] | + <td><string>? [ start | end | left | right | center ] | justify | match-parent | start end <td>start Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.302 retrieving revision 1.303 diff -u -d -r1.302 -r1.303 --- Overview.src.html 12 Jan 2012 01:53:17 -0000 1.302 +++ Overview.src.html 12 Jan 2012 01:57:40 -0000 1.303 @@ -1284,8 +1284,8 @@ </tr> <tr> <th>Value:</th> - <td><string>? [ start | end | left | right | center | justify ] | - match-parent | start end + <td><string>? [ start | end | left | right | center ] | + justify | match-parent | start end </td> </tr> <tr>
Received on Thursday, 12 January 2012 01:59:47 UTC