Skip to content

Commit 943cc73

Browse files
committed
[css-values] Fix grammar, export term.
1 parent b05eb1b commit 943cc73

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

css-values-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,11 +793,12 @@ Percentages: the <<percentage>> type</h3>
793793
<h3 id='dimensions'>
794794
Numbers with Units: <a>dimensions</a></h3>
795795

796-
The general term "dimension" refers to a number with a unit attached to it,
797-
and are denoted by <dfn>&lt;dimension></dfn>.
796+
The general term <dfn export>dimension</dfn> refers to
797+
a number with a unit attached to it;
798+
and is denoted by <dfn>&lt;dimension></dfn>.
798799

799800
When written literally,
800-
a <dfn>dimension</dfn> is a <a>number</a>
801+
a <a>dimension</a> is a <a>number</a>
801802
immediately followed by a unit identifier,
802803
which is an <a>identifier</a>.
803804
It corresponds to the <<dimension-token>> production

css-values-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,11 +789,12 @@ Percentages: the <<percentage>> type</h3>
789789
<h3 id='dimensions'>
790790
Numbers with Units: <a>dimensions</a></h3>
791791

792-
The general term "dimension" refers to a number with a unit attached to it,
793-
and are denoted by <dfn>&lt;dimension></dfn>.
792+
The general term <dfn export>dimension</dfn> refers to
793+
a number with a unit attached to it;
794+
and is denoted by <dfn>&lt;dimension></dfn>.
794795

795796
When written literally,
796-
a <dfn>dimension</dfn> is a <a>number</a>
797+
a <a>dimension</a> is a <a>number</a>
797798
immediately followed by a unit identifier,
798799
which is an <a>identifier</a>.
799800
It corresponds to the <<dimension-token>> production

0 commit comments

Comments
 (0)