You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -542,7 +542,7 @@ Currently it is possible to control the appearance of the scrolling mechanism (i
542
542
on an element using the 'overflow' property
543
543
(e.g. <code class="lang-css">overflow: scroll</code> vs. <code class="lang-css">overflow: hidden</code> etc.).
544
544
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
546
546
(e.g. a resize box or widget) on the element.
547
547
548
548
Note: The resizing mechanism is NOT the same as the scrolling mechanism.
@@ -564,8 +564,8 @@ the user agent sets
564
564
the 'width' and 'height' properties
565
565
to px unit length values of the size indicated by the user,
566
566
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.
569
569
570
570
If an element is resized in only one dimension,
571
571
only the corresponding property is set, not both.
@@ -587,10 +587,10 @@ with no other constraints than what is imposed by
587
587
'min-width', 'max-width', 'min-height', and 'max-height'.
588
588
(The "must" is <a href="https://wiki.csswg.org/spec/css3-ui#issue-53">at risk</a>
589
589
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".)
591
591
592
592
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
594
594
that element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a>
595
595
'width' and 'height' properties in the DOM.
596
596
@@ -1222,7 +1222,7 @@ to an external <a href="http://www.w3.org/TR/SVG/interact.html#CursorElement">SV
1222
1222
User agents that don't support SVG cursors would simply skip
1223
1223
to the next value and attempt to use the "hyper.cur" cursor.
1224
1224
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.
1226
1226
Finally if the UA does not support any of those image cursor formats, the UA would skip to the last value
0 commit comments