Skip to content

Commit bababbd

Browse files
committed
[css3-ui] Link to the css-style-attr REC rather than to the ED
1 parent 357fe0d commit bababbd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-ui/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ When an element is resized by the user,
561561
the user agent sets
562562
the 'width' and 'height' properties
563563
to px unit length values of the size indicated by the user,
564-
in the element’s <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> DOM,
564+
in the element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> DOM,
565565
replacing existing property declaration(s) if any,
566566
without ''!important'' if any.
567567

@@ -586,11 +586,11 @@ since
586586

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

592592
Changes to the computed value of an element's 'resize' property
593-
do not reset changes to the <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> made due to
593+
do not reset changes to the <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> made due to
594594
user resizing of that element.
595595

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

css-ui/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1
21222122
the user agent sets
21232123
the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-width">width</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-height">height</a> properties
21242124
to px unit length values of the size indicated by the user,
2125-
in the element’s <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> DOM,
2125+
in the element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> DOM,
21262126
replacing existing property declaration(s) if any,
21272127
without <span class="css">!important</span> if any.</p>
21282128

@@ -2151,12 +2151,12 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1
21512151

21522152
<p class="note" role="note">Note: There may be situations where user attempts to resize an element
21532153
to appear to be overriden or ignored, e.g. because of <span class="css">!important</span> cascading declarations that supersede
2154-
that element’s <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a>
2154+
that element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a>
21552155
<a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-width">width</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-height">height</a> properties in the DOM.</p>
21562156

21572157

21582158
<p>Changes to the computed value of an element’s <a class="property" data-link-type="propdesc" href="#propdef-resize">resize</a> property
2159-
do not reset changes to the <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> made due to
2159+
do not reset changes to the <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> made due to
21602160
user resizing of that element.</p>
21612161

21622162

0 commit comments

Comments
 (0)