Skip to content

Commit

Permalink
Merge branch 'gh-pages' into issue-483
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Apr 20, 2023
2 parents e7b280b + dc84978 commit 35bc43e
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -306,7 +306,7 @@ <h4>
<p its-locale-filter-list="en" lang="en">The majority of the text used in Chinese composition consists of Han characters (Hanzi).</p>
<p its-locale-filter-list="zh-hans" lang="zh-hans">中文排版主要使用的文字为汉字。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">中文排版主要使用的文字為漢字。</p>
<p its-locale-filter-list="en" lang="en" class="checkme">Chinese characters include Traditional Chinese and Simplified Chinese alternatives. The former is commonly used in Taiwan, Hong Kong and Macao while the latter is commonly used in Mainland China, Singapore and Malaysia.</p>
<p its-locale-filter-list="en" lang="en">Chinese characters include Traditional Chinese and Simplified Chinese alternatives. The former is commonly used in Taiwan, Hong Kong and Macao while the latter is commonly used in Mainland China, Singapore and Malaysia.</p>
<p its-locale-filter-list="zh-hans" lang="zh-hans">依照各地的通行标准,中文所使用的汉字主要分为繁体字与简体字。前者又称正体字、传统汉字等,主要通行于台湾、香港、澳门等地;后者又作简化字,主要通行于中国大陆、新马地区。本文依笔画多寡与部件结构为区别,分别称为繁体字与简体字。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">依照各地的通行標準,中文所使用的漢字主要分為繁體字與簡體字。前者又作正體字、傳統漢字等,主要通行於台灣、香港、澳門等地;後者又作簡化字,主要通行於中國大陸、星馬地區。本文依筆畫多寡與部件結構為區別,分別稱為繁體字與簡體字。</p>
<p its-locale-filter-list="en" lang="en">Different glyphs are used in different regions. One <a href="https://www.w3.org/TR/i18n-glossary/#def_unicode_code_point">Unicode code point</a> of a Han character may have more than one valid glyph, depending on operating system and typeface used. The focus of this document is Chinese composition and will not cover glyph variations in detail.</p>
Expand Down Expand Up @@ -2224,7 +2224,7 @@ <h4>
<span its-locale-filter-list="zh-hant" lang="zh-hant">橫排的中、西文混排配置</span>
</h4>

<p its-locale-filter-list="en" lang="en" class="checkme">In horizontal writing mode, the basic approach uses proportional fonts to represent Western alphas and uses proportional or monospace fonts for <a href="#term.european-numerals" class="termref">European numerals</a>. In principle, there is tracking or spacing between an adjacent Han character and a Western character of up to 1/4&nbsp;em, except at the line start or end.</p>
<p its-locale-filter-list="en" lang="en">In horizontal writing mode, the basic approach uses proportional fonts to represent Western alphas and uses proportional or monospace fonts for <a href="#term.european-numerals" class="termref">European numerals</a>. In principle, there is tracking or spacing between an adjacent Han character and a Western character of up to 1/4&nbsp;em, except at the line start or end.</p>
<p its-locale-filter-list="zh-hans" lang="zh-hans">横排时,西文字母使用比例字体;<a href="#term.european-numerals" class="termref">阿拉伯数字</a>则常用比例字体或等宽字体。原则上,汉字与西文字母、数字间使用不多于四分之一个汉字宽的字距或空白。但西文出现在行首或行尾时,则无须加入空白。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">橫排時,西文字母使用比例字體;<a href="#term.european-numerals" class="termref">阿拉伯數字</a>則常用比例字體或等寬字體。原則上,漢字與西文字母、數字間使用不多於四分之一個漢字寬的字距或空白。但西文出現在行頭或行尾時,則毋須加入空白。</p>
<div class="note" id="n036">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,6 +7,6 @@
"build": "esbuild src/script.ts --bundle --outfile=built/script.js"
},
"dependencies": {
"esbuild": "^0.17.10"
"esbuild": "^0.17.14"
}
}
140 changes: 70 additions & 70 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35bc43e

Please sign in to comment.