8000 [css-ui] Add missing markup/bikeshed · w3c/csswg-drafts@88a43cf · GitHub
Skip to content

Commit 88a43cf

Browse files
committed
[css-ui] Add missing markup/bikeshed
1 parent 9dc6f8d commit 88a43cf

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ cannot be negative</a> ([[!CSS21]], section 10.2),
150150
this computation is floored at 0.
151151
Used values, as exposed for instance through {{getComputedStyle()}}, also refer to the padding box.
152152
</dd>
153-
<dt>border-box</dt>
153+
<dt><dfn>border-box</dfn></dt>
154154
<dd>Length and percentages values for width and height (and respective min/max properties)
155155
on this element determine the border box of the element.
156156
That is, any padding or border specified on the element

css-ui/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ <h3 class="heading settled" data-level="3.1" id="box-sizing"><span class="secno"
10561056
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.
10571057

10581058

1059-
<dt>border-box
1059+
<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>
10601060

10611061
<dd>Length and percentages values for width and height (and respective min/max properties)
10621062
on this element determine the border box of the element.
@@ -2156,7 +2156,7 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1
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://dev.w3.org/csswg/css-style-attr/#style-attribute">style attribute</a> made due to
21602160
user resizing of that element.</p>
21612161

21622162

@@ -4191,6 +4191,7 @@ <h3 class="no-ref heading settled" id="testing"><span class="content">
41914191
<h2 class="no-num heading settled" id="index"><span class="content">Index</span><a class="self-link" href="#index"></a></h2>
41924192
<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>
41934193
<ul class="indexlist">
4194+
<li>border-box, <a href="#valdef-box-sizing-border-box">3.1</a>
41944195
<li>box-sizing, <a href="#propdef-box-sizing">3.1</a>
41954196
<li>caret-color, <a href="#propdef-caret-color">6.2.1</a>
41964197
<li>clip, <a href="#clip">5.2</a>

0 commit comments

Comments
 (0)