Skip to content

Commit 11ecf5c

Browse files
committed
[css3-ui] edits for issues 24, 27, 31, 33, 34, 36, 41-44, 59, minor 25 update
1 parent 1f49216 commit 11ecf5c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ Example: positioned buttons
12551255

12561256
Here is an example of buttons positioned in a diamond shape
12571257
whose directional focus navigation is set in such a way
1258-
to navigate the focus clockwise (or counter-clockwise) around the diamond shape
1258+
to navigate the focus clockwise (or counter-clockwise) around the diamond shape
12591259
when the user chooses to navigate sequentially or directionally.
12601260
<pre><code class="lang-css">
12611261
button { position:absolute }

css-ui/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
<h1 class="p-name no-ref" id="title">CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
712712

713713
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
714-
<time class="dt-updated" datetime="2015-01-06">6 January 2015</time></span></h2>
714+
<time class="dt-updated" datetime="2015-01-07">7 January 2015</time></span></h2>
715715

716716
<div data-fill-with="spec-metadata">
717717
<dl>
@@ -2838,8 +2838,8 @@ <h4 class="heading settled" data-level="7.3.1" id="nav-dir"><span class="secno">
28382838

28392839

28402840
<p>Here is an example of buttons positioned in a diamond shape
2841-
whose navigation order and directional focus navigation is set in such a way
2842-
to navigate the focus clockwise (or counter-clockwise) around the diamond shape
2841+
whose directional focus navigation is set in such a way
2842+
to navigate the focus clockwise (or counter-clockwise) around the diamond shape
28432843
when the user chooses to navigate sequentially or directionally.</p>
28442844

28452845
<pre><code class="lang-css">button { position:absolute }

0 commit comments

Comments
 (0)