- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2011 19:16:20 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv3357
Modified Files:
Overview.html Overview.src.html
Log Message:
add JLREQ to list of line-breaking resources
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.html 30 Mar 2011 07:53:26 -0000 1.88
+++ Overview.html 31 Mar 2011 19:16:18 -0000 1.89
@@ -83,14 +83,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 March 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/03/30 03:37:38 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110330/">http://www.w3.org/TR/2011/WD-css3-text-20110330/</a></dd>
+ 2011/03/30 07:53:26 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110331/">http://www.w3.org/TR/2011/WD-css3-text-20110331/</a></dd>
-->
@@ -1321,9 +1321,10 @@
however some controls are provided to distinguish common variations.
<p class=note>Further information on line breaking conventions can be found
- in <a href="#JIS4051" rel=biblioentry>[JIS4051]<!--{{JIS4051}}--></a> for
+ in <a href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a> and <a
+ href="#JIS4051" rel=biblioentry>[JIS4051]<!--{{JIS4051}}--></a> for
Japanese, <a href="#ZHMARK" rel=biblioentry>[ZHMARK]<!--{{ZHMARK}}--></a>
- for Chinese, and [?] for Korean, and in <a href="#UAX14"
+ for Chinese, and in <a href="#UAX14"
rel=biblioentry>[UAX14]<!--{{!UAX14}}--></a> for all scripts in Unicode.
<!-- The CSS Working Group notes that although UAX 14 contains a wealth of
information about line breaking conventions, a literal implementation
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- Overview.src.html 30 Mar 2011 07:53:26 -0000 1.186
+++ Overview.src.html 31 Mar 2011 19:16:18 -0000 1.187
@@ -865,8 +865,8 @@
<p class="note">Further information on line breaking conventions can be
found in
- [[JIS4051]] for Japanese,
- [[ZHMARK]] for Chinese, and [?] for Korean, and
+ [[JLREQ]] and [[JIS4051]] for Japanese,
+ [[ZHMARK]] for Chinese, and
in [[!UAX14]] for all scripts in Unicode.
<!-- The CSS Working Group notes that although UAX 14 contains a wealth of
information about line breaking conventions, a literal implementation
Received on Thursday, 31 March 2011 19:16:23 UTC