Skip to content

Commit 5616592

Browse files
committed
minor grammar tweaks
1 parent 7e9dfa1 commit 5616592

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
187187
<li><a href="#values"><span class=secno>1.2. </span> Values</a>
188188
</ul>
189189

190-
<li><a href="#bidi"><span class=secno>2. </span> Inline Direction and
191-
Bidirectionality</a>
190+
<li><a href="#text-direction"><span class=secno>2. </span> Inline
191+
Direction and Bidirectionality</a>
192192
<ul class=toc>
193193
<li><a href="#direction"><span class=secno>2.1. </span> Specifying
194194
Directionality: the ‘<code class=property>direction</code>
@@ -504,8 +504,8 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
504504
keyword as their property value. For readability it has not been repeated
505505
explicitly.
506506

507-
<h2 id=bidi><span class=secno>2. </span> Inline Direction and
508-
Bidirectionality</h2>
507+
<h2 id=text-direction><span class=secno>2. </span><a name=bidi> Inline
508+
Direction and Bidirectionality</a></h2>
509509

510510
<p>While the characters in most scripts are written from left to right,
511511
certain scripts are written from right to left. In some documents, in
@@ -820,7 +820,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
820820

821821
<dt><dfn id=isolate>isolate</dfn>
822822

823-
<dd>On an inline element, <dfn id=bidi-isolate
823+
<dd>On an inline element, this <dfn id=bidi-isolate
824824
title="bidi-isolate|bidi isolation|isolation">bidi-isolates</dfn> its
825825
contents: for the purpose of bidi resolution in its containing bidi
826826
paragraph (if any), the element is treated as if it were an Object
@@ -829,7 +829,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
829829
Character.) Within the element, its contents are considered, for the
830830
purposes of bidi resolution, to be inside a separate, independent
831831
document whose <a href="#paragraph"><i>bidi paragraphs</i></a> are
832-
assigned the base directionality given by the element's ‘<a
832+
assigned the base directionality specified by the element's ‘<a
833833
href="#direction0"><code class=property>direction</code></a>’ property.
834834

835835
<dt><dfn id=bidi-override>bidi-override</dfn>

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ <h3 id="values">
200200
explicitly.
201201

202202

203-
<h2 id="bidi">
204-
Inline Direction and Bidirectionality</h2>
203+
<h2 id="text-direction"><a name="bidi">
204+
Inline Direction and Bidirectionality</a></h2>
205205

206206
<p>While the characters in most scripts are written from left to right,
207207
certain scripts are written from right to left. In some documents,
@@ -432,7 +432,7 @@ <h3 id="unicode-bidi">
432432
<span class="note">This value has no effect on elements that are
433433
not inline.</span></dd>
434434
<dt><dfn>isolate</dfn></dt>
435-
<dd>On an inline element, <dfn id=bidi-isolate title="bidi-isolate|bidi isolation|isolation">bidi-isolates</dfn> its contents:
435+
<dd>On an inline element, this <dfn id=bidi-isolate title="bidi-isolate|bidi isolation|isolation">bidi-isolates</dfn> its contents:
436436
for the purpose of bidi resolution in its containing bidi paragraph (if any),
437437
the element is treated as if it were an Object Replacement Character (U+FFFC).
438438
(If the element is broken across multiple lines, then each box
@@ -441,7 +441,7 @@ <h3 id="unicode-bidi">
441441
for the purposes of bidi resolution,
442442
to be inside a separate, independent document
443443
whose <i>bidi paragraphs</i> are assigned the base directionality
444-
given by the element's 'direction' property.</dd>
444+
specified by the element's 'direction' property.</dd>
445445
<dt><dfn>bidi-override</dfn></dt>
446446
<dd>For inline elements this creates an <dfn>override</dfn>.
447447
(For block-container elements this creates an <i>override</i>

0 commit comments

Comments
 (0)