Skip to content

Commit 1a13490

Browse files
committed
[css-values-3] Bikeshed fixes
1 parent 8ef9c08 commit 1a13490

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-values-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Editor: fantasai, http://fantasai.inkedblade.net/contact, w3cid 35400
2222
Former Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
2323
Abstract: This CSS module describes the common values and units that CSS properties accept and the syntax used for describing them in CSS property definitions.
2424
At Risk: ''attr()''
25-
Ignored Terms: <spacing-limit>, containing block
25+
Ignored Terms: <spacing-limit>, containing block, pairing, property
2626
Ignored Vars: Cn+1, n
2727
Inline Github Issues: yes
2828
</pre>
@@ -509,7 +509,7 @@ Resource Locators: the <<url>> type</h3>
509509

510510
The <dfn>url()</dfn> <a>functional notation</a>,
511511
denoted by <<url>>,
512-
represents a <dfn>URL</dfn>,
512+
represents a <dfn noexport>URL</dfn>,
513513
which is a pointer to a resource.
514514
The typical syntax of a <<url>> is:
515515

@@ -1063,11 +1063,11 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
10631063
Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
10641064

10651065
The <dfn lt="absolute length">absolute length units</dfn> are fixed in relation to each other
1066-
and anchored to some physical measurement.
1066+
and [=anchored=] to some physical measurement.
10671067
They are mainly useful when the output environment is known.
10681068
The absolute units consist of
10691069
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''Q'')
1070-
and the <dfn>visual angle unit</dfn> (''px''):
1070+
and the <dfn export>visual angle unit</dfn> (''px''):
10711071

10721072
<table class="data" export>
10731073
<thead>
@@ -1113,7 +1113,7 @@ Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
11131113
All of the absolute length units are <a>compatible</a>,
11141114
and ''px'' is their <a>canonical unit</a>.
11151115

1116-
For a CSS device, these dimensions are <dfn lt="anchor unit">anchored</dfn> either
1116+
For a CSS device, these dimensions are <dfn lt="anchor unit | anchor">anchored</dfn> either
11171117

11181118
<ol type=i>
11191119
<li>by relating the <a>physical units</a> to their physical measurements, or
@@ -1717,7 +1717,7 @@ Computed Value</h4>
17171717

17181718
<div class='example'>
17191719
For example,
1720-
whereas 'font-size' computes percentage values at <a>computed value time</a>
1720+
whereas 'font-size' computes percentage values at <a>computed value</a> time
17211721
so that <a>font-relative length</a> units can be computed,
17221722
'background-position' has layout-dependent behavior for percentage values,
17231723
and thus does not resolve percentages until used-value time.

0 commit comments

Comments
 (0)