Skip to content

Commit 203f19a

Browse files
committed
[css-cascade] Markup fix.
1 parent c227571 commit 203f19a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-cascade/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ <h3 data-level=4.4 id=computed><span class=secno>4.4 </span><span class=content>
423423
it is not necessarily the value returned by the <code>getComputedStyle()</code> function.
424424

425425
<div class=example>
426-
A <a href=#specified-value>specified value</a> can be either absolute (i.e., not relative to another value, as in <a class=property data-autolink=property title=red>red</a> or '2mm')
427-
or relative (i.e., relative to another value, as in <a class=property data-autolink=property title=auto>auto</a>, '2em').
426+
A <a href=#specified-value>specified value</a> can be either absolute (i.e., not relative to another value, as in <span class=css data-autolink=maybe>red</span> or <span class=css data-autolink=maybe>2mm</span>)
427+
or relative (i.e., relative to another value, as in <span class=css data-autolink=maybe>auto</span>, <span class=css data-autolink=maybe>2em</span>).
428428
Computing a relative value generally absolutizes it:
429429

430430
<p> <ul>

css-cascade/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>CSS Cascading and Inheritance Level 3</h1>
1212
Previous Version: http://www.w3.org/TR/2013/WD-css3-cascade-20130103/
1313
Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
1414
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
15-
Ignored Properties: font-size, border-bottom-width, height, font, font-style, border-top-width, width, break-before, font-weight, red, flex, auto, font-variant, page-break-after, font-family, text-align, default, font-size-adjust, orphans, border-right-width, line-height, border-left-width, list-style-position, unicode-bidi, direction
15+
Ignored Properties: font-size, border-bottom-width, height, font, font-style, border-top-width, width, break-before, font-weight, flex, font-variant, page-break-after, font-family, text-align, font-size-adjust, orphans, border-right-width, line-height, border-left-width, list-style-position, unicode-bidi, direction
1616
Ignored Terms: flex items
1717
</pre>
1818

@@ -339,8 +339,8 @@ <h3 id="computed">
339339
it is not necessarily the value returned by the <code>getComputedStyle()</code> function.
340340

341341
<div class="example">
342-
A <i>specified value</i> can be either absolute (i.e., not relative to another value, as in 'red' or '2mm')
343-
or relative (i.e., relative to another value, as in 'auto', '2em').
342+
A <i>specified value</i> can be either absolute (i.e., not relative to another value, as in ''red'' or ''2mm'')
343+
or relative (i.e., relative to another value, as in ''auto'', ''2em'').
344344
Computing a relative value generally absolutizes it:
345345

346346
<ul>

0 commit comments

Comments
 (0)