Skip to content

Commit 758e52b

Browse files
committed
[css-ui-3] proofreading and editorial tweaks
1 parent 84ac18a commit 758e52b

File tree

2 files changed

+159
-908
lines changed

2 files changed

+159
-908
lines changed

css-ui/Overview.bs

+7-7
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ to tell the user which element on the page has the focus.
432432
These outlines are in addition to any borders,
433433
and switching outlines on and off should not cause the document to reflow.
434434
The focus is the subject of user interaction in a document
435-
(e.g., for entering text, selecting a button, etc.).
435+
(e.g. for entering text or selecting a button).
436436

437437
<div class="example"><p style="display:none">Example(s):
438438

@@ -542,7 +542,7 @@ Currently it is possible to control the appearance of the scrolling mechanism (i
542542
on an element using the 'overflow' property
543543
(e.g. <code class="lang-css">overflow: scroll</code> vs. <code class="lang-css">overflow: hidden</code> etc.).
544544
The purpose of the 'resize' property
545-
is to also allow control over the appearance and function of the resizing mechanism
545+
is to allow control over the appearance and function of the resizing mechanism
546546
(e.g. a resize box or widget) on the element.
547547

548548
Note: The resizing mechanism is NOT the same as the scrolling mechanism.
@@ -564,8 +564,8 @@ the user agent sets
564564
the 'width' and 'height' properties
565565
to px unit length values of the size indicated by the user,
566566
in the element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> DOM,
567-
replacing existing property declaration(s) if any,
568-
without ''!important'' if any.
567+
replacing existing property declaration(s), if any,
568+
without ''!important'', if any.
569569

570570
If an element is resized in only one dimension,
571571
only the corresponding property is set, not both.
@@ -587,10 +587,10 @@ with no other constraints than what is imposed by
587587
'min-width', 'max-width', 'min-height', and 'max-height'.
588588
(The "must" is <a href="https://wiki.csswg.org/spec/css3-ui#issue-53">at risk</a>
589589
since
590-
<a href="http://lists.w3.org/Archives/Public/www-style/2014Dec/0063.html">only Firefox currently supports this</a>, and may be downgraded to a "should").
590+
<a href="http://lists.w3.org/Archives/Public/www-style/2014Dec/0063.html">only Firefox currently supports this</a>, and may be downgraded to a "should".)
591591

592592
Note: There may be situations where user attempts to resize an element
593-
to appear to be overriden or ignored, e.g. because of ''!important'' cascading declarations that supersede
593+
appear to be overriden or ignored, e.g. because of ''!important'' cascading declarations that supersede
594594
that element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a>
595595
'width' and 'height' properties in the DOM.
596596

@@ -1222,7 +1222,7 @@ to an external <a href="http://www.w3.org/TR/SVG/interact.html#CursorElement">SV
12221222
User agents that don't support SVG cursors would simply skip
12231223
to the next value and attempt to use the "hyper.cur" cursor.
12241224
If that cursor format was also not supported,
1225-
the UA could attempt to use the "hyper.png" cursor with the explicit hot spot.
1225+
the UA could attempt to use the "hyper.png" cursor with the explicit hotspot.
12261226
Finally if the UA does not support any of those image cursor formats, the UA would skip to the last value
12271227
and render the ''pointer'' cursor.
12281228
</div>

0 commit comments

Comments
 (0)