Skip to content

Commit

Permalink
Merge pull request #621 from w3c/r12a-patch-1
Browse files Browse the repository at this point in the history
Resources: Add some new types of link
  • Loading branch information
r12a committed May 23, 2024
2 parents 7d70b33 + a22eb94 commit c888485
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
68 changes: 68 additions & 0 deletions resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
</div>


<div id="linkWarning"><span id="closeLinkWarning" onClick="this.parentNode.style.display='none'">X</span> Some links on this page point to repositories or pages to which information will be added over time. Initially, the link may produce no results, but as issues, tests, etc. are created they will show up.</div>





Expand Down Expand Up @@ -160,6 +163,67 @@ <h2>Chinese Script Overview</h2>





<section>
<h2 id="h_all_topics">All topics</h2>


<aside class="prompts">Links reveal results regardless of topic, for issues, tests, and samples. </aside>




<dl class="reslinks">
<dt>GitHub discussions</dt>
<dd>
<ul>
<li><a target="_blank" href="https://github.com/w3c/clreq/issues?q=is%3Aissue+label%3A問題/question+is%3Aopen">Open requests for information</a></li>

<li><a target="_blank" href="https://github.com/w3c/clreq/issues?q=is%3Aissue">All issues in the clreq repo</a></li>

<li><a target="_blank" href="https://github.com/w3c/i18n-activity/issues?q=is%3Aissue+label%3Aclreq">All Chinese issues in W3C specs</a></li>
</ul>
</dd>


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

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


<dt>Tests</dt>
<dd>
<ul>
<li><a target="_blank" href="https://github.com/w3c/text_direction_tests/issues?q=is%3Aissue+label%3Ah2%3AChinese">Text direction</a><a target="_blank" href="https://github.com/w3c/glyph_character_tests/issues?q=is%3Aissue+label%3Ah2%3AChinese">Glyphs &amp; characters</a><a target="_blank" href="https://github.com/w3c/character_phrase_tests/issues?q=is%3Aissue+label%3Ah2%3AChinese">Punctuation &amp; inline</a><a target="_blank" href="https://github.com/w3c/line_paragraph_tests/issues?q=is%3Aissue+label%3Ah2%3AChinese">Lines &amp; paragraphs</a></li>
</ul>

</dd><dt>Gap analysis</dt>
<dd>
<ul class="linkList">
<li><a target="_blank" href="https://www.w3.org/TR/clreq-gap/">Chinese</a></li>
</ul>
</dd>
</dl>
</section>













<section>
<h2 id="h_text_direction">Text direction</h2>

Expand Down Expand Up @@ -249,6 +313,10 @@ <h3>Fonts &amp; font styles</h3>
<dd>
<ul>
<li><cite>Requirements for Chinese Text Layout</cite>: <a target="_blank" href="https://www.w3.org/TR/clreq/#commonly_used_chinese_typefaces">Typefaces for Chinese Characters</a></li>

<li><a target="_blank" href="https://github.com/w3c/i18n-discuss/wiki/Generic-font-families">Generic font families</a> (fangsong, kai)</li>

<li>List of system fonts: <a target="_blank" href="https://r12a.github.io/scripts/fontlist/index.html?script=hans">Simplified Chinese</a><a target="_blank" href="https://r12a.github.io/scripts/fontlist/index.html?script=hant">Traditional Chinese</a></li>
</ul>
</dd>

Expand Down
23 changes: 23 additions & 0 deletions resources/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,26 @@ dl.reslinks {






#linkWarning {
position:fixed;
bottom:0;
margin-inline: 2.5%;
background-color: antiquewhite;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
font-size: 90%;
padding: .5em;
z-index: 2000;
}
#closeLinkWarning {
float:right;
font-size:120%;
margin-inline:1em;
cursor:pointer;
color: #999;
}


0 comments on commit c888485

Please sign in to comment.