Skip to content

Commit c0ba93c

Browse files
committed
[css-ui-3] (Editorial) Fix typos
1 parent c75e5a8 commit c0ba93c

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

css-ui/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ even though the lack of an open specification
10181018
makes it impossible to have a normative requirement
10191019
about these formats.
10201020
Some information on these formats can be found
1021-
<a href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">on wikipedia</a>.
1021+
<a href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">on Wikipedia</a>.
10221022

10231023
The <a>default object size</a> for cursor images is
10241024
a UA-defined size that should be based on
@@ -1259,7 +1259,7 @@ User agents may automatically adjust the color of caret
12591259
to ensure good visibility and contrast with the surrounding content,
12601260
possibly based on the currentColor, background, shadows, etc.</dd>
12611261
<dt><<color>></dt>
1262-
<dd>the insertion caret is colored with the specified color.</dd>
1262+
<dd>The insertion caret is colored with the specified color.</dd>
12631263
</dl>
12641264

12651265
The caret is a visible indicator of the insertion point in an element where text (and potentially other content) is inserted by the user. This property controls the color of that visible indicator.
@@ -1526,9 +1526,9 @@ implemented features.
15261526

15271527
<ul>
15281528
<li>'box-sizing' effects on CSS 2.1 width and height computations specified much more explicitly.
1529-
<li>'cursor' image formats normatively required
1530-
<li>'caret-color' is inherited and animatable
1531-
<li>New informative appendix on Considerations for Security and Privacy
1529+
<li>'cursor' image formats normatively required.
1530+
<li>'caret-color' is inherited and animatable.
1531+
<li>New informative appendix on Considerations for Security and Privacy.
15321532

15331533
</ul>
15341534

css-ui/Overview.html

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<title>CSS Basic User Interface Module Level 3 (CSS3 UI)</title>
99

1010

11+
<meta content="[workstatus]" name="csswg-work-status">
12+
13+
1114
<link href="../default.css" rel="stylesheet" type="text/css">
1215

1316

@@ -217,7 +220,7 @@
217220
<h1 class="p-name no-ref" id="title">CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
218221

219222
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
220-
<time class="dt-updated" datetime="2015-05-12">12 May 2015</time></span></h2>
223+
<time class="dt-updated" datetime="2015-06-01">1 June 2015</time></span></h2>
221224

222225
<div data-fill-with="spec-metadata">
223226
<dl>
@@ -228,7 +231,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
228231
<dt>Previous Versions:
229232
<dd><a href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/" rel="previous">http://www.w3.org/TR/2012/WD-css3-ui-20120117/</a>
230233
<dt>Feedback:
231-
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-ui%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[css-ui] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
234+
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-ui%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-ui] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
232235
<dt>Test Suite:
233236
<dd><a href="http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/">http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/</a>
234237
<dt class="editor">Editors:
@@ -1634,9 +1637,9 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1
16341637
whether it is positioned using the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-right">right</a>
16351638
and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-bottom">bottom</a> properties,
16361639
whether the language of the element is right-to-left etc.
1637-
The UA should consider the direction of resizing
1640+
The UA should consider the direction of resizing
16381641
(as determined by CSS layout),
1639-
as well as platform conventions and constraints when deciding
1642+
as well as platform conventions and constraints when deciding
16401643
how to convey the resizing mechanism to the user.</p>
16411644

16421645

@@ -2258,7 +2261,7 @@ <h4 class="heading settled" data-level="6.1.1" id="cursor"><span class="secno">6
22582261
makes it impossible to have a normative requirement
22592262
about these formats.
22602263
Some information on these formats can be found
2261-
<a href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">on wikipedia</a>.</p>
2264+
<a href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">on Wikipedia</a>.</p>
22622265

22632266

22642267
<p>The <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-images-3/#default-object-size">default object size</a> for cursor images is
@@ -3073,7 +3076,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
30733076
| hotpink
30743077
">&lt;color></a>
30753078

3076-
<dd>the insertion caret is colored with the specified color.
3079+
<dd>The insertion caret is colored with the specified color.
30773080
</dl>
30783081

30793082

@@ -3436,11 +3439,11 @@ <h3 class="no-num heading settled" id="changes-list"><span class="content">List
34363439

34373440
<li><a class="property" data-link-type="propdesc" href="#propdef-box-sizing">box-sizing</a> effects on CSS 2.1 width and height computations specified much more explicitly.
34383441

3439-
<li><a class="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> image formats normatively required
3442+
<li><a class="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> image formats normatively required.
34403443

3441-
<li><a class="property" data-link-type="propdesc" href="#propdef-caret-color">caret-color</a> is inherited and animatable
3444+
<li><a class="property" data-link-type="propdesc" href="#propdef-caret-color">caret-color</a> is inherited and animatable.
34423445

3443-
<li>New informative appendix on Considerations for Security and Privacy
3446+
<li>New informative appendix on Considerations for Security and Privacy.
34443447

34453448
</ul>
34463449

@@ -3453,7 +3456,7 @@ <h2 class="no-num heading settled" id="security-privacy-considerations"><span cl
34533456

34543457

34553458
<p>The W3C TAG is developing a
3456-
<a href="https://w3ctag.github.io/security-questionnaire/">Self-Review Questionnaire: Security and Privacy</a>
3459+
<a href="https://w3ctag.github.io/security-questionnaire/">Self-Review Questionnaire: Security and Privacy</a>
34573460
for editors of specifications to informatively answer.</p>
34583461

34593462

@@ -3558,7 +3561,7 @@ <h2 class="no-num heading settled" id="security-privacy-considerations"><span cl
35583561

35593562

35603563

3561-
<li>Does this specification allow downgrading default security characteristics?
3564+
<li>Does this specification allow downgrading default security characteristics?
35623565

35633566
<p>No.</p>
35643567

@@ -3982,8 +3985,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
39823985
</ul>
39833986
<li><a data-link-type="biblio" href="#biblio-cssom-1">[cssom-1]</a> defines the following terms:
39843987
<ul>
3985-
<li><a href="http://dev.w3.org/csswg/cssom-1/#dom-window-getcomputedstyleelt-pseudoelt">getComputedStyle(elt, pseudoElt)
3986-
</a>
3988+
<li><a href="http://dev.w3.org/csswg/cssom-1/#dom-window-getcomputedstyleelt-pseudoelt">getComputedStyle(elt, pseudoElt)</a>
39873989
</ul>
39883990
</ul>
39893991
<h2 class="no-num heading settled" id="references"><span class="content">References</span><a class="self-link" href="#references"></a></h2>

0 commit comments

Comments
 (0)