Skip to content

Commit

Permalink
[css-values-5] More sensible heading structure
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Sep 25, 2023
1 parent f978942 commit bf6c957
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Module Interactions</h3>
<a href="https://www.w3.org/TR/CSS21/syndata.html#values">4.3</a>,
and <a href="https://www.w3.org/TR/CSS21/aural.html#aural-intro">A.2</a>.

<h2 id="textual-values">
Textual Data Types</h2>

See [[css-values-4#textual-values]].

<!--
██ ██ ████████ ██
██ ██ ██ ██ ██
Expand Down Expand Up @@ -105,6 +110,8 @@ Request URL Modifiers</h4>
given |req|.
</div>

<h2 id="value-insert">
Miscellaneous Value Substituting Functions</h2>

<!--
████████ ███████ ██████ ██████ ██ ████████ ███ ███
Expand Down Expand Up @@ -249,8 +256,8 @@ Toggling Between Values: ''toggle()''</h3>
██ ██ ██ ██ ██ ██ ███ ███
-->

<h2 id="attr-notation">
Attribute References: the ''attr()'' function</h2>
<h3 id="attr-notation">
Attribute References: the ''attr()'' function</h3>

<!--
Ian's proposal:
Expand Down Expand Up @@ -329,8 +336,8 @@ Ian's proposal:
like in ''width: attr(size px, auto);''.
</div>

<h3 id="attr-types">
''attr()'' Types</h3>
<h4 id="attr-types">
''attr()'' Types</h4>

The behavior of the ''attr()'' function
depends partially on the value of the <<attr-type>> argument:
Expand Down Expand Up @@ -457,8 +464,8 @@ Ian's proposal:
</pre>
</div>

<h3 id=attr-substitution>
''attr()'' Substitution</h3>
<h4 id=attr-substitution>
''attr()'' Substitution</h4>

Issue: attr() and var() substitute at the same time,
so I should probably rewrite [=substitute a var()=]
Expand Down

0 comments on commit bf6c957

Please sign in to comment.