Skip to content

Commit

Permalink
Turn div into section for abstract and sotd
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Jan 18, 2022
1 parent 960b0d4 commit 54651fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -98,12 +98,12 @@

<body>
<h1 class="title p-name" id="title">Requirements for Chinese Text Layout<br/><span lang="zh">中文排版需求</span></h1>
<div id="abstract">
<section id="abstract">
<p its-locale-filter-list="en" lang="en">This document summarizes text composition requirements in the Chinese writing system. One of the goals of the task force is to describe issues for Chinese layout, another is to describe correspondences with existing standards (such as Unicode), as well as to encourage vendors to implement relevant features correctly.</p>
<p its-locale-filter-list="zh-hans" lang="zh-hans">本文整理了中文(汉字)书写系统于排版上的需求。一方面说明需求事项以明确描述中文排版之需求与问题;另一方面也提出与既有标准(如Unicode)的对应,冀求本文能更有效地促进实现。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">本文整理了中文(漢字)書寫系統於排版上的需求。一方面說明需求事項以明確描述中文排版之需求與問題;另一方面也提出與既有標準(如Unicode)的對應,冀求本文能更有效地促進實作。</p>
</div>
<div id="sotd">
</section>
<section id="sotd">
<p its-locale-filter-list="en" lang="en">This document was created by the <a href="https://github.com/w3c/clreq">Chinese Layout Task Force</a> within the W3C Internationalization Interest Group, and in collaboration with the <a href="https://www.w3.org/html/ig/zh/">W3C HTML5 Chinese Interest Group</a>. The <a href="https://www.w3.org/International/core/">Internationalization Working Group</a> has been a great help during the writing of this document. The Chinese Layout Task Force will work with the Internationalization Working Group to publish Group Draft Notes of this document, and to widen the exposure and review of the document. </p>
<p its-locale-filter-list="zh-hans" lang="zh-hans">本文档由W3C国际化兴趣组下的<a href="https://github.com/w3c/clreq">中文布局任务团</a>编写而成,<a href="https://www.w3.org/html/ig/zh/">W3C HTML5中文兴趣组</a>为本文档提供了审阅支持,<a href="https://www.w3.org/International/core/">W3C国际化工作组</a>为文档的编写提供了诸多帮助。中文排版布局任务小组将与<a href="https://www.w3.org/International/core/">W3C国际化工作组</a>联合发布该文档的草案,并邀请业界进行审阅。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">本文檔由W3C國際化興趣組下的<a href="https://github.com/w3c/clreq">中文布局任務團</a>編寫而成,<a href="https://www.w3.org/html/ig/zh/">W3C HTML5中文興趣組</a>為本文檔提供了審閱支持,<a href="https://www.w3.org/International/core/">W3C國際化工作組</a>為文檔的編寫提供了諸多幫助。中文排版布局任務小組將與<a href="https://www.w3.org/International/core/">W3C國際化工作組</a>聯合發布該文檔的草案,並邀請業界進行審閱。</p>
Expand All @@ -125,7 +125,7 @@ <h1 class="title p-name" id="title">Requirements for Chinese Text Layout<br/><sp
<p its-locale-filter-list="zh-hant" lang="zh-hant">以編輯草稿方式發布的文檔還沒有通過<abbr title="World Wide Web Consortium">W3C</abbr>會員流程的認可。這是一份文檔草稿並且會不斷更新。請暫時不要正式引用本文檔。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">本文檔遵循<abbr title="World Wide Web Consortium">W3C</abbr><a id="sotd_patent_zh-hant" href="http://www.w3.org/Consortium/Patent-Policy/">專利政策</a><abbr title="World Wide Web Consortium">W3C</abbr>為工作組的產出成果維護著一份<a href="https://www.w3.org/groups/wg/i18n-core/ipr" rel="disclosure">公開專利披露列表</a>,此頁面也同時涵蓋了專利披露說明。若個人發現其有包含<a href="http://www.w3.org/Consortium/Patent-Policy/#def-essential">必須聲明</a>的專利信息,必須按照<a href="http://www.w3.org/Consortium/Patent-Policy/#sec-Disclosure"><abbr title="World Wide Web Consortium">W3C</abbr>專利政策第六章節</a>披露此信息。</p>
<p its-locale-filter-list="zh-hant" lang="zh-hant">本文檔遵循<a id="w3c_process_revision_zh-hant" href="https://www.w3.org/2021/Process-20211102/"><abbr title="World Wide Web Consortium">W3C</abbr>流程文檔</a>(2021年11月2日版)。</p>
</div>
</section>


<section id="introduction">
Expand Down

0 comments on commit 54651fd

Please sign in to comment.