Skip to content

Commit 996e8ff

Browse files
committed
Change vertical_text to writing_mode
1 parent b9bbe51 commit 996e8ff

File tree

3 files changed

+120
-121
lines changed

3 files changed

+120
-121
lines changed

arab/index.html

Lines changed: 41 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -219,74 +219,54 @@ <h2 id="h_direction">Text direction</h2>
219219

220220

221221

222+
<section id="writing_mode">
223+
<h3>Writing mode</h3>
222224

223-
<section id="bidi_text">
224-
<h3>Bidirectional text</h3>
225-
226-
<aside class="prompts">If this script runs right-to-left, are there any issues when handling that? Is bidirectional text adequately supported? What about numbers and expressions? Do the Unicode bidi controls and HTML markup provide the support needed? Is isolation of directional runs problematic?</aside>
225+
<aside class="prompts">In what direction does text flow along a line and across a page? (See the Bidirectional text section if the basic direction is right-to-left.) If the script uses vertically oriented text, what are the requirements? What about if you mix vertical text with scripts that are normally only horizontal? Do you need a switch to use different characters in vertical vs. horizontal text? Does the browser support short runs of horizontal text in vertical lines (tate-chu-yoko in Japanese) as expected? Is the orientation of characters and the directional ordering of characters supported as needed?</aside>
227226

228227

229228
<dl class="reslinks">
230229
<dt>Requirements</dt>
231230
<dd>
232231
<ul>
233-
<li><cite>Arabic &amp; Persian Layout Requirements</cite>: <a target="_blank" href="https://www.w3.org/TR/alreq/#h_bidi_text">Bidirectional text</a></li>
234-
235-
<li><cite>Orthography Notes:</cite>
236-
<a target="_blank" href="https://r12a.github.io/scripts/arab/arb.html#direction" class="external">MSA</a>
237-
<a target="_blank" href="https://r12a.github.io/scripts/arab/pes.html#direction" class="external">Persian</a>
238-
<a target="_blank" href="https://r12a.github.io/scripts/arab/ff.html#direction" class="external">Fula</a>
239-
<a target="_blank" href="https://r12a.github.io/scripts/arab/ha.html#direction" class="external">Hausa</a>
240-
<a target="_blank" href="https://r12a.github.io/scripts/arab/wo.html#direction" class="external">Wolof</a>
241-
<a target="_blank" href="https://r12a.github.io/scripts/arab/ckb.html#direction" class="external">Sorani</a>
242-
<a target="_blank" href="https://r12a.github.io/scripts/arab/sd.html#direction" class="external">Sindhi</a>
243-
<a target="_blank" href="https://r12a.github.io/scripts/arab/ks.html#direction" class="external">Kashmiri</a>
244-
<a target="_blank" href="https://r12a.github.io/scripts/arab/ur.html#direction" class="external">Urdu</a>
245-
<a target="_blank" href="https://r12a.github.io/scripts/arab/ug.html#direction" class="external">Uighur</a>
246-
</li>
247-
248-
<li><cite>Modern Standard Arabic Orthography Notes</cite>: <a target="_blank" href="https://r12a.github.io/scripts/arab/arb.html#direction">Text direction</a></li>
249-
250-
<li><cite><a target="_blank" href="https://www.w3.org/TR/html-bidi/">Additional Requirements for Bidi in HTML &amp; CSS</a></cite></li>
232+
<li><cite>Arabic &amp; Persian Layout Requirements</cite>: <a target="_blank" href="https://www.w3.org/TR/alreq/#h_writing_mode">Writing mode</a></li>
251233
</ul>
252234
</dd>
253235

254236
<dt>GitHub discussions</dt>
255237
<dd>
256238
<ul>
257-
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion+label%3As%3Aarab+label%3Ai%3Abidi_text">Open requests for information</a></li>
239+
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion+label%3As%3Aarab+label%3Ai%3Awriting_mode">Open requests for information</a></li>
258240

259-
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aissue+label%3As%3Aarab+label%3Ai%3Abidi_text">All Arabic script issues on this topic in the alreq repo</a></li>
241+
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aissue+label%3As%3Aarab+label%3Ai%3Awriting_mode">All Arabic script issues on this topic in the alreq repo</a></li>
260242

261-
<li><a target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=label%3Aalreq+label%3Ai%3Abidi_text">Arabic script issues in W3C specs</a></li>
243+
<li><a class="variable empty" target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=+is%3Aissue+label%3Aalreq+label%3Ai%3Avertical-text">Arabic script issues in W3C specs</a></li>
262244
</ul>
263245
</dd>
264246

265247

266248
<dt>Tests</dt>
267249
<dd>
268250
<ul>
269-
<li><a target="_blank" href="https://www.w3.org/International/i18n-tests/results/int-bidi-text.html#arabic">Exploratory/interactive test results</a></li>
270-
271-
<li><a target="_blank" href="https://github.com/w3c/text_direction_tests/issues?q=is%3Aissue++label%3As%3Aarab+label%3Ai%3Abidi_text">Exploratory/interactive test repo</a></li>
251+
<li><a target="_blank" href="https://www.w3.org/International/i18n-tests/results/int-vertical-text.html#arabic">Exploratory/interactive test results</a></li>
272252

273-
<li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dir-attribute">HTML5: dir basics</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dir-attribute-isolation">HTML5: dir isolation</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/bidi-text-rendering">HTML5: Bidirectional text rendering</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dir-attribute-auto">HTML5: dir=auto</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-bdo-element">HTML5: The bdo element</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dirname-attribute">HTML5: The dirname attribute</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/native-user-interfaces">HTML5: Native user interfaces</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/writing-modes-bidi">CSS Writing Modes: Bidi</a></li>
253+
<li><a target="_blank" href="https://github.com/w3c/text_direction_tests/issues?q=is%3Aissue++label%3As%3Aarab+label%3Ai%3AVertical_text">Exploratory/interactive test repo</a></li>
274254
</ul>
275255
</dd>
276256

277257

278258
<dt>Gap analysis</dt>
279259
<dd>
280260
<ul class="linkList">
281-
<li><a target="_blank" href="https://www.w3.org/TR/alreq-gap/#bidi_text">Bidirectional text</a></li>
261+
<li><a target="_blank" href="https://www.w3.org/TR/alreq-gap/#writing_mode">Vertical text</a></li>
282262
</ul>
283263
</dd>
284264

285265

286266
<dt>LE Index</dt>
287267
<dd class="le_index">
288268
<ul class="linkList">
289-
<li><a target="_blank" href="https://www.w3.org/TR/typography/#bidi_text">Bidirectional text</a></li>
269+
<li><a target="_blank" href="https://www.w3.org/TR/typography/#writing_mode">Vertical text</a></li>
290270
</ul>
291271
</dd>
292272
</dl>
@@ -297,58 +277,73 @@ <h3>Bidirectional text</h3>
297277

298278

299279

280+
<section id="bidi_text">
281+
<h3>Bidirectional text</h3>
300282

301-
302-
303-
304-
<section id="vertical_text">
305-
<h3>Vertical text</h3>
306-
307-
<aside class="prompts">Are the script requirements for vertically oriented text met? What about if you mix vertical text with scripts that are normally only horizontal? Do you need a switch to use different characters in vertical vs. horizontal text? Does the browser support short runs of horizontal text in vertical lines (tate-chu-yoko in Japanese) as expected? Is the orientation of characters and the directional ordering of characters supported as needed?</aside>
283+
<aside class="prompts">If the general inline direction is right-to-left, are there any issues when handling that? Where the inline direction of text is mixed, is this bidirectional text adequately supported? What about numbers and expressions? Do the Unicode bidi controls and HTML markup provide the support needed? Is isolation of directional runs problematic?</aside>
308284

309285

310286
<dl class="reslinks">
311287
<dt>Requirements</dt>
312288
<dd>
313289
<ul>
314-
<li><cite>Arabic &amp; Persian Layout Requirements</cite>: <a target="_blank" href="https://www.w3.org/TR/alreq/#h_vertical_text">Vertical text</a></li>
290+
<li><cite>Arabic &amp; Persian Layout Requirements</cite>: <a target="_blank" href="https://www.w3.org/TR/alreq/#h_bidi_text">Bidirectional text</a></li>
291+
292+
<li><cite>Orthography Notes:</cite>
293+
<a target="_blank" href="https://r12a.github.io/scripts/arab/arb.html#direction" class="external">MSA</a>
294+
<a target="_blank" href="https://r12a.github.io/scripts/arab/pes.html#direction" class="external">Persian</a>
295+
<a target="_blank" href="https://r12a.github.io/scripts/arab/ff.html#direction" class="external">Fula</a>
296+
<a target="_blank" href="https://r12a.github.io/scripts/arab/ha.html#direction" class="external">Hausa</a>
297+
<a target="_blank" href="https://r12a.github.io/scripts/arab/wo.html#direction" class="external">Wolof</a>
298+
<a target="_blank" href="https://r12a.github.io/scripts/arab/ckb.html#direction" class="external">Sorani</a>
299+
<a target="_blank" href="https://r12a.github.io/scripts/arab/sd.html#direction" class="external">Sindhi</a>
300+
<a target="_blank" href="https://r12a.github.io/scripts/arab/ks.html#direction" class="external">Kashmiri</a>
301+
<a target="_blank" href="https://r12a.github.io/scripts/arab/ur.html#direction" class="external">Urdu</a>
302+
<a target="_blank" href="https://r12a.github.io/scripts/arab/ug.html#direction" class="external">Uighur</a>
303+
</li>
304+
305+
<li><cite>Modern Standard Arabic Orthography Notes</cite>: <a target="_blank" href="https://r12a.github.io/scripts/arab/arb.html#direction">Text direction</a></li>
306+
307+
<li><cite><a target="_blank" href="https://www.w3.org/TR/html-bidi/">Additional Requirements for Bidi in HTML &amp; CSS</a></cite></li>
315308
</ul>
316309
</dd>
317310

318311
<dt>GitHub discussions</dt>
319312
<dd>
320313
<ul>
321-
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion+label%3As%3Aarab+label%3Ai%3Avertical_text">Open requests for information</a></li>
314+
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion+label%3As%3Aarab+label%3Ai%3Abidi_text">Open requests for information</a></li>
322315

323-
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aissue+label%3As%3Aarab+label%3Ai%3Avertical_text">All Arabic script issues on this topic in the alreq repo</a></li>
316+
<li><a target="_blank" href="https://github.com/w3c/alreq/issues?q=is%3Aissue+label%3As%3Aarab+label%3Ai%3Abidi_text">All Arabic script issues on this topic in the alreq repo</a></li>
324317

325-
<li><a class="variable empty" target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=+is%3Aissue+label%3Aalreq+label%3Ai%3Avertical-text">Arabic script issues in W3C specs</a></li>
318+
<li><a target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=label%3Aalreq+label%3Ai%3Abidi_text">Arabic script issues in W3C specs</a></li>
326319
</ul>
327320
</dd>
328321

329322

330323
<dt>Tests</dt>
331324
<dd>
332325
<ul>
333-
<li><a target="_blank" href="https://www.w3.org/International/i18n-tests/results/int-vertical-text.html#arabic">Exploratory/interactive test results</a></li>
326+
<li><a target="_blank" href="https://www.w3.org/International/i18n-tests/results/int-bidi-text.html#arabic">Exploratory/interactive test results</a></li>
334327

335-
<li><a target="_blank" href="https://github.com/w3c/text_direction_tests/issues?q=is%3Aissue++label%3As%3Aarab+label%3Ai%3AVertical_text">Exploratory/interactive test repo</a></li>
328+
<li><a target="_blank" href="https://github.com/w3c/text_direction_tests/issues?q=is%3Aissue++label%3As%3Aarab+label%3Ai%3Abidi_text">Exploratory/interactive test repo</a></li>
329+
330+
<li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dir-attribute">HTML5: dir basics</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dir-attribute-isolation">HTML5: dir isolation</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/bidi-text-rendering">HTML5: Bidirectional text rendering</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dir-attribute-auto">HTML5: dir=auto</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-bdo-element">HTML5: The bdo element</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/the-dirname-attribute">HTML5: The dirname attribute</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/native-user-interfaces">HTML5: Native user interfaces</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/writing-modes-bidi">CSS Writing Modes: Bidi</a></li>
336331
</ul>
337332
</dd>
338333

339334

340335
<dt>Gap analysis</dt>
341336
<dd>
342337
<ul class="linkList">
343-
<li><a target="_blank" href="https://www.w3.org/TR/alreq-gap/#vertical_text">Vertical text</a></li>
338+
<li><a target="_blank" href="https://www.w3.org/TR/alreq-gap/#bidi_text">Bidirectional text</a></li>
344339
</ul>
345340
</dd>
346341

347342

348343
<dt>LE Index</dt>
349344
<dd class="le_index">
350345
<ul class="linkList">
351-
<li><a target="_blank" href="https://www.w3.org/TR/typography/#vertical_text">Vertical text</a></li>
346+
<li><a target="_blank" href="https://www.w3.org/TR/typography/#bidi_text">Bidirectional text</a></li>
352347
</ul>
353348
</dd>
354349
</dl>

gap-analysis/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ <h2>Text direction</h2>
167167

168168

169169

170-
<section id="vertical_text" class="na">
171-
<h3>Vertical text</h3>
172-
<p id="prompt-vertical_text" class="status_prompt promptStub"></p>
170+
<section id="writing_mode" class="na">
171+
<h3>Writing mode</h3>
172+
<p id="prompt-writing_mode" class="status_prompt promptStub"></p>
173173

174174
<p>We need to clarify whether there is a particular requirement for handling arabic text specially in vertical lines, such as upright glyphs. We are also waiting on implementation of sideways values of writing-modes in order to be able to effectively use arabic text in vertical arrangements (such as book spines, table headings, etc), but that is not a problem specific to arabic.</p>
175175

176-
<div id="insert-vertical_text"></div>
176+
<div id="insert-writing_mode"></div>
177177
</section>
178178

179179

0 commit comments

Comments
 (0)