- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2011 19:23:23 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv4406
Modified Files:
Overview.src.html
Log Message:
Mark kashida as optional for CSS3
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- Overview.src.html 31 Mar 2011 19:16:18 -0000 1.187
+++ Overview.src.html 31 Mar 2011 19:23:21 -0000 1.188
@@ -2064,7 +2064,12 @@
<dfn title="text-justify:kashida"><code>kashida</code></dfn></dt>
<dd>Justification primarily stretches
<a href="#cursive-scripts">cursive scripts</a> through the use of
- kashida or other calligraphic elongation.</dd>
+ kashida or other calligraphic elongation.
+ This value is <em>optional</em> for conformance to CSS3 Text.
+ (UAs that do not support cursive elongation must
+ <a href="http://www.w3.org/TR/css-beijing/#partial">treat the value
+ as invalid</a>.)
+ </dd>
</dl>
<p>When justifying text, the user agent takes the remaining space between
Received on Thursday, 31 March 2011 19:23:25 UTC