Skip to content

[css-ui] Fix all current bikeshed warnings #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 10, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[css3-ui] Link to the css-style-attr REC rather than to the ED
  • Loading branch information
frivoal committed Apr 9, 2015
commit bababbd99723794c0a7869516b6364086adbb5bf
6 changes: 3 additions & 3 deletions css-ui/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ When an element is resized by the user,
the user agent sets
the 'width' and 'height' properties
to px unit length values of the size indicated by the user,
in the element’s <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> DOM,
in the element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> DOM,
replacing existing property declaration(s) if any,
without ''!important'' if any.

Expand All @@ -586,11 +586,11 @@ since

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

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

<div class="example"><p style="display:none">Example(s):
Expand Down
6 changes: 3 additions & 3 deletions css-ui/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1
the user agent sets
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
to px unit length values of the size indicated by the user,
in the element’s <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> DOM,
in the element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a> DOM,
replacing existing property declaration(s) if any,
without <span class="css">!important</span> if any.</p>

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

<p class="note" role="note">Note: There may be situations where user attempts to resize an element
to appear to be overriden or ignored, e.g. because of <span class="css">!important</span> cascading declarations that supersede
that element’s <a href="http://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a>
that element’s <a href="http://www.w3.org/TR/css-style-attr/#style-attribute">style attribute</a>
<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>


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


Expand Down