Skip to content

Commit dc2d44f

Browse files
committed
reorganizing the draft
1 parent 6b3ba0c commit dc2d44f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css3-values/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@ <h2>Generic data types</h2>
272272

273273
<h3>&lt;integer&gt;</h3>
274274

275-
<p>Integer values are denoted by &lt;integer&gt; in the value
275+
<p>Integer values are denoted by <dfn>&lt;integer&gt;</dfn> in the value
276276
definitions. Properties may restrict the integer value to some range.
277277
If the value is outside the allowed range, the declaration is ignored.
278278

279279
<h3>&lt;number&gt;</h3>
280280

281-
<p>Number values are denoted by &lt;number&gt; in the value
281+
<p>Number values are denoted by <dfn>&lt;number&gt;</dfn> in the value
282282
definitions. Properties may restrict the number value to some range.
283283
If the value is outside the allowed range, the declaration is ignored.
284284

@@ -570,7 +570,7 @@ <h4>The 'calc' function</h4>
570570

571571
<h3>&lt;string&gt;</h3>
572572

573-
<p>Strings are denoted by &lt;string&gt; in the value
573+
<p>Strings are denoted by <dfn>&lt;string&gt;</dfn> in the value
574574
definitions.
575575

576576

@@ -579,7 +579,7 @@ <h3>&lt;color&gt;</h3>
579579

580580
<p><em>This section is not normative. The CSS3 Color module [[!CSS3COLOR]] defines the CSS3 color values.
581581

582-
<p>Color values are denoted by &lt;color&gt; in the value
582+
<p>Color values are denoted by <dfn>&lt;color&gt;</dfn> in the value
583583
definitions.
584584

585585
<p>A <dfn>color</dfn> value can either be a keyword, a numerical

0 commit comments

Comments
 (0)