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
Next Next commit
[css-ui] Add missing markup/bikeshed
  • Loading branch information
frivoal committed Apr 9, 2015
commit 88a43cf11cbd192d36f6b917c5a61ff4b82a0533
2 changes: 1 addition & 1 deletion css-ui/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ cannot be negative</a> ([[!CSS21]], section 10.2),
this computation is floored at 0.
Used values, as exposed for instance through {{getComputedStyle()}}, also refer to the padding box.
</dd>
<dt>border-box</dt>
<dt><dfn>border-box</dfn></dt>
<dd>Length and percentages values for width and height (and respective min/max properties)
on this element determine the border box of the element.
That is, any padding or border specified on the element
Expand Down
5 changes: 3 additions & 2 deletions css-ui/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ <h3 class="heading settled" data-level="3.1" id="box-sizing"><span class="secno"
Used values, as exposed for instance through <code class="idl"><a data-link-type="idl" href="http://dev.w3.org/csswg/cssom-1/#dom-window-getcomputedstyle">getComputedStyle()</a></code>, also refer to the padding box.


<dt>border-box
<dt><dfn class="css" data-dfn-for="box-sizing" data-dfn-type="value" data-export="" id="valdef-box-sizing-border-box">border-box<a class="self-link" href="#valdef-box-sizing-border-box"></a></dfn>

<dd>Length and percentages values for width and height (and respective min/max properties)
on this element determine the border box of the element.
Expand Down Expand Up @@ -2156,7 +2156,7 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1


<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://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> made due to
user resizing of that element.</p>


Expand Down Expand Up @@ -4191,6 +4191,7 @@ <h3 class="no-ref heading settled" id="testing"><span class="content">
<h2 class="no-num heading settled" id="index"><span class="content">Index</span><a class="self-link" href="#index"></a></h2>
<h3 class="no-num heading settled" id="index-defined-here"><span class="content">Terms defined by this specification</span><a class="self-link" href="#index-defined-here"></a></h3>
<ul class="indexlist">
<li>border-box, <a href="#valdef-box-sizing-border-box">3.1</a>
<li>box-sizing, <a href="#propdef-box-sizing">3.1</a>
<li>caret-color, <a href="#propdef-caret-color">6.2.1</a>
<li>clip, <a href="#clip">5.2</a>
Expand Down