Skip to content

Commit 2bb3733

Browse files
committed
[css-values] add definite articles
1 parent 96007e5 commit 2bb3733

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

css-values-4/Overview.bs

+10-10
Original file line numberDiff line numberDiff line change
@@ -1786,19 +1786,19 @@ Type Checking</h4>
17861786
<dl class=switch>
17871787
: <<number>>
17881788
: <<integer>>
1789-
:: [=CSSNumericValue/type=] is «[ ]» (empty map)
1789+
:: the [=CSSNumericValue/type=] is «[ ]» (empty map)
17901790
: <<length>>
1791-
:: [=CSSNumericValue/type=] is «[ "length" → 1 ]»
1791+
:: the [=CSSNumericValue/type=] is «[ "length" → 1 ]»
17921792
: <<angle>>
1793-
:: [=CSSNumericValue/type=] is «[ "angle" → 1 ]»
1793+
:: the [=CSSNumericValue/type=] is «[ "angle" → 1 ]»
17941794
: <<time>>
1795-
:: [=CSSNumericValue/type=] is «[ "time" → 1 ]»
1795+
:: the [=CSSNumericValue/type=] is «[ "time" → 1 ]»
17961796
: <<frequency>>
1797-
:: [=CSSNumericValue/type=] is «[ "frequency" → 1 ]»
1797+
:: the [=CSSNumericValue/type=] is «[ "frequency" → 1 ]»
17981798
: <<resolution>>
1799-
:: [=CSSNumericValue/type=] is «[ "resolution" → 1 ]»
1799+
:: the [=CSSNumericValue/type=] is «[ "resolution" → 1 ]»
18001800
: <<flex>>
1801-
:: [=CSSNumericValue/type=] is «[ "flex" → 1 ]»
1801+
:: the [=CSSNumericValue/type=] is «[ "flex" → 1 ]»
18021802
: <<percentage>>
18031803
::
18041804
If, in the context in which the [=math function=] is placed,
@@ -1808,12 +1808,12 @@ Type Checking</h4>
18081808
the [=CSSNumericValue/type=] is determined as the other type.
18091809

18101810
Otherwise,
1811-
[=CSSNumericValue/type=] is «[ "percent" → 1 ]».
1811+
the [=CSSNumericValue/type=] is «[ "percent" → 1 ]».
18121812
: anything else
18131813
:: The [=math function=] is invalid.
1814-
</dl>
1814+
</dl>
18151815

1816-
In all cases, the associated [=percent hint=] is null.
1816+
In all cases, the associated [=percent hint=] is null.
18171817

18181818
* The [=CSSNumericValue/type=] of a ''calc()'' expression
18191819
is the [=CSSNumericValue/type=] of its contained expression.

0 commit comments

Comments
 (0)