- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 21:44:19 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv17116
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove issues that are now out-of-scope
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Overview.html 20 May 2011 08:39:49 -0000 1.129
+++ Overview.html 20 May 2011 21:44:16 -0000 1.130
@@ -1110,14 +1110,6 @@
merely shift the text string or reverse the order of all glyphs in the
text.
- <p class=issue>See <a href=test-writing-mode-direction.svg>this demo</a> to
- check out your implementation's interpretation! (Note that most SVG
- implementations don't support the ‘<a href="#direction0"><code
- class=property>direction</code></a>’ property, and thus your results
- may be skewed on that account. Examine the red line of text: if the
- numbers are not in reverse order, your implementation doesn't support
- "direction: rtl".)
-
<p>The ‘<a href="#writing-mode1"><code
class=property>writing-mode</code></a>’ property determines the
direction of block flow. This determines the progression of block-level
@@ -2884,12 +2876,13 @@
<p>In Japanese, this effect is known as <i lang=ja>tate-chu-yoko</i>.
</div>
-
- <p class=issue>Some people have requested a way to have numbers
- automatically text-combine'd. Maybe a text-auto-combine property? Note
- that whether a number should be tate-chu-yoko'd is often
- context-sensitive: this would give very weird results when applied to an
- arbitrary paragraph.
+ <!--
+ Some people have requested a way to have numbers
+ automatically text-combine'd. Maybe a text-auto-combine property?
+ Note that whether a number should be tate-chu-yoko'd is often
+ context-sensitive: this would give very weird results when applied
+ to an arbitrary paragraph.</p>
+-->
<h2 class=no-num id=acknowledgements> Acknowledgements</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Overview.src.html 20 May 2011 08:39:49 -0000 1.135
+++ Overview.src.html 20 May 2011 21:44:17 -0000 1.136
@@ -759,13 +759,6 @@
on whether this process causes "writing-mode: rl" to merely shift the
text string or reverse the order of all glyphs in the text.</p>
- <p class="issue">See <a href="test-writing-mode-direction.svg">this demo</a>
- to check out your implementation's interpretation! (Note that most
- SVG implementations don't support the 'direction' property, and
- thus your results may be skewed on that account. Examine the red
- line of text: if the numbers are not in reverse order, your
- implementation doesn't support "direction: rtl".)</p>
-
<p>The 'writing-mode' property determines the direction of block flow.
This determines the progression of block-level boxes in a block formatting
context; the progression of line boxes in a block container that contains
@@ -2166,11 +2159,13 @@
<p>In Japanese, this effect is known as <i lang="ja">tate-chu-yoko</i>.
</div>
- <p class="issue">Some people have requested a way to have numbers
+<!--
+ Some people have requested a way to have numbers
automatically text-combine'd. Maybe a text-auto-combine property?
Note that whether a number should be tate-chu-yoko'd is often
context-sensitive: this would give very weird results when applied
to an arbitrary paragraph.</p>
+-->
<h2 class="no-num" id="acknowledgements">
Acknowledgements</h2>
Received on Friday, 20 May 2011 21:44:20 UTC