Skip to content

Commit

Permalink
templates/lreq_doc/lreq_template Add data_formats
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jul 5, 2024
1 parent fce8b50 commit 976043e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/lreq_doc/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ dl.reslinks {


.reslinks a[href] {
color: chocolate;
color: darkorange;
}
.reslinks a[href]:visited {
color: chocolate;
color: darkorange;
}


Expand Down
74 changes: 72 additions & 2 deletions templates/lreq_doc/lreq_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ <h3>Phrase &amp; section boundaries</h3>

<li><a class="variable empty" target="_blank" href="https://github.com/w3c/XX_REPONAME/issues?q=is%3Aissue+label%3Al%3AXX_LLABEL+label%3Ai%3Apunctuation_etc">All XX_LANGNAME issues on this topic in the XX_REPONAME repo</a></li>

<li><a class="variable empty" target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=label%3AXX_SPECISSUELABEL+label%3Ai%3Apunctuation-etc">XX_SPECTYPEISSUE issues on this topic in W3C specs</a></li>
<li><a class="variable empty" target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=label%3AXX_SPECISSUELABEL+label%3Ai%3Apunctuation_etc">XX_SPECTYPEISSUE issues on this topic in W3C specs</a></li>
</ul>
</dd>

Expand Down Expand Up @@ -1352,6 +1352,77 @@ <h3>Text decoration &amp; other inline features</h3>
</dd>
</dl>
</section>







<section id="h_data_formats">
<h3>Data formats &amp; numbers</h3>


<aside class="prompts">If the script has its own set of number digits, are there any issues in how they are used? Does the script or language use special format patterns that are problematic (eg. 12,34,000 in India)? What about date/time formats and selection - and are non-Gregorian calendars needed? Do percent signs and other symbols associated with number work correctly, and do numbers need special decorations, (like in Ethiopic or Syriac)? How about the management of personal names, addresses, etc. in web pages: are there issues?</aside>




<dl class="reslinks">
<dt>Requirements</dt>
<dd>
<ul>
<li><cite>XX_ORTHOG Orthography Notes</cite>: <a target="_blank" href="https://r12a.github.io/scripts/XX_ORTH_DIR/PATH#numbers">Numbers</a></li>
</ul>
</dd>

<dt>GitHub discussions</dt>
<dd>
<ul>
<li><a class="variable empty" target="_blank" href="https://github.com/w3c/XX_REPONAME/issues?q=is%3Aissue+label%3Al%3AXX_LLABEL+label%3Aquestion+is%3Aopen+label%3Ai%3Adata_formats">Open requests for information</a></li>

<li><a class="variable empty" target="_blank" href="https://github.com/w3c/XX_REPONAME/issues?q=is%3Aissue+label%3Al%3AXX_LLABEL+label%3Ai%3Adata_formats">All XX_LANGNAME issues on this topic in the XX_REPONAME repo</a></li>

<li><a class="variable empty" target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=label%3AXX_SPECISSUELABEL+label%3Ai%3Adata_formats">XX_SPECTYPEISSUE issues on this topic in W3C specs</a></li>
</ul>
</dd>


<dt>Type samples</dt>
<dd>
<ul>
<li><a class="variable empty" target="_blank" href="https://github.com/w3c/type-samples/issues?q=is%3Aissue+is%3Aopen+label%3As%3AXX_SCRIPTTAG+label%3Ai%3Adata_formats">W3C type samples</a></li>

<li><a class="variable empty" target="_blank" href="https://github.com/r12a/typesamples/issues?q=is%3Aopen+label%3As.XX_SCRIPTTAG+label%3Ah.otherinline">r12a type samples</a></li>
</ul>
</dd>


<dt>Tests</dt>
<dd>
<ul>
<li><a class="variable empty" target="_blank" href="https://www.w3.org/International/i18n-tests/results/int-text-decoration.html#XX_TESTFRAGNAME">Exploratory/interactive test results</a></li>

<li><a class="variable empty" target="_blank" href="https://github.com/w3c/character_phrase_tests/issues?q=is%3Aissue+is%3Aopen+label%3As%3AXX_SCRIPTTAG+label%3Ai%3Adata_formats">Exploratory/interactive test repo</a></li>

<li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/line-decoration">CSS3 Text decoration, Line decoration</a></li>
</ul>

</dd><dt>Gap analysis</dt>
<dd>
<ul class="linkList">
<li><a target="_blank" href="https://www.w3.org/TR/XX_GAPSHORTNAME/#data_formats">Data formats &amp; numbers</a></li>
</ul>
</dd>

<dt>LE Index</dt>
<dd class="le_index">
<ul class="linkList">
<li><a target="_blank" href="https://www.w3.org/TR/typography/#data_formats">Data formats &amp; numbers</a></li>
</ul>
</dd>
</dl>
</section>
</section>


Expand Down Expand Up @@ -2142,7 +2213,6 @@ <h3>Forms &amp; user interaction</h3>





<section id="a_changes" class="appendix">
<h2>Change log</h2>
Expand Down

0 comments on commit 976043e

Please sign in to comment.