Skip to content

Commit d35e140

Browse files
committed
[css-text] Export some terms.
--HG-- extra : rebase_source : 0078174daa15ce1859b6d5803a4b8f02a7d1ffae
1 parent 64f11ac commit d35e140

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

css-text/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Characters and Letters</h4>
176176
<p>In turn, a single encoding <i>character</i> can be represented in the data stream as one or more bytes;
177177
and in programming environments one byte is sometimes also called a <i>character</i>.
178178

179-
<p>For text layout, we will refer to the <dfn title="typographic character unit|typographic character">typographic character unit</dfn>
179+
<p>For text layout, we will refer to the <dfn export title="typographic character unit|typographic character">typographic character unit</dfn>
180180
as the basic unit of text.
181181
Even within the realm of text layout,
182182
the relevant <i>character</i> unit depends on the operation.
@@ -237,7 +237,7 @@ Characters and Letters</h4>
237237
As before the extra letter-space is then inserted before the U+0E32: นํ้ า.
238238
</div>
239239

240-
<p>A <dfn>typographic letter unit</dfn> or <dfn>letter</dfn> for the purpose of this specification
240+
<p>A <dfn export>typographic letter unit</dfn> or <dfn>letter</dfn> for the purpose of this specification
241241
is a <i>typographic character unit</i> belonging to one of the Letter or Number general
242242
categories in Unicode. [[!UAX44]]
243243
See <a href="#character-properties">Character Properties</a>

css-text/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</p>
105105
<h1 class="p-name no-ref" id=title>CSS Text Module Level 3</h1>
106106
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
107-
<span class=dt-updated><span class=value-title title=20141023>23 October 2014</span></span></span></h2>
107+
<span class=dt-updated><span class=value-title title=20141028>28 October 2014</span></span></span></h2>
108108
<div data-fill-with=spec-metadata><dl>
109109
<dt>This version:
110110
<dd><a class=u-url href=http://dev.w3.org/csswg/css-text-3/>http://dev.w3.org/csswg/css-text-3/</a>
@@ -356,7 +356,7 @@ <h4 class="heading settled" data-level=1.3.1 id=characters><span class=secno>1.3
356356
<p>In turn, a single encoding <a data-link-type=dfn href=#character title=character>character</a> can be represented in the data stream as one or more bytes;
357357
and in programming environments one byte is sometimes also called a <a data-link-type=dfn href=#character title=character>character</a>.
358358

359-
<p>For text layout, we will refer to the <dfn data-dfn-type=dfn data-noexport="" id=typographic-character-unit title="typographic character unit|typographic character">typographic character unit<a class=self-link href=#typographic-character-unit></a></dfn>
359+
<p>For text layout, we will refer to the <dfn data-dfn-type=dfn data-export="" id=typographic-character-unit title="typographic character unit|typographic character">typographic character unit<a class=self-link href=#typographic-character-unit></a></dfn>
360360
as the basic unit of text.
361361
Even within the realm of text layout,
362362
the relevant <a data-link-type=dfn href=#character title=character>character</a> unit depends on the operation.
@@ -410,7 +410,7 @@ <h4 class="heading settled" data-level=1.3.1 id=characters><span class=secno>1.3
410410
As before the extra letter-space is then inserted before the U+0E32: นํ้ า.
411411
</div>
412412

413-
<p>A <dfn data-dfn-type=dfn data-noexport="" id=typographic-letter-unit>typographic letter unit<a class=self-link href=#typographic-letter-unit></a></dfn> or <dfn data-dfn-type=dfn data-noexport="" id=letter>letter<a class=self-link href=#letter></a></dfn> for the purpose of this specification
413+
<p>A <dfn data-dfn-type=dfn data-export="" id=typographic-letter-unit>typographic letter unit<a class=self-link href=#typographic-letter-unit></a></dfn> or <dfn data-dfn-type=dfn data-noexport="" id=letter>letter<a class=self-link href=#letter></a></dfn> for the purpose of this specification
414414
is a <a data-link-type=dfn href=#typographic-character-unit title="typographic character unit">typographic character unit</a> belonging to one of the Letter or Number general
415415
categories in Unicode. <a data-biblio-type=normative data-link-type=biblio href=#biblio-uax44 title=biblio-UAX44>[UAX44]</a>
416416
See <a href=#character-properties>Character Properties</a>

0 commit comments

Comments
 (0)