@@ -42,6 +42,11 @@ Module Interactions</h3>
4242 <a href="https://www.w3.org/TR/CSS21/syndata.html#values">4.3</a> ,
4343 and <a href="https://www.w3.org/TR/CSS21/aural.html#aural-intro">A.2</a> .
4444
45+ <h2 id="textual-values">
46+ Textual Data Types</h2>
47+
48+ See [[css-values-4#textual-values]] .
49+
4550<!--
4651██ ██ ████████ ██
4752██ ██ ██ ██ ██
@@ -105,6 +110,8 @@ Request URL Modifiers</h4>
105110 given |req|.
106111 </div>
107112
113+ <h2 id="value-insert">
114+ Miscellaneous Value Substituting Functions</h2>
108115
109116<!--
110117████████ ███████ ██████ ██████ ██ ████████ ███ ███
@@ -249,8 +256,8 @@ Toggling Between Values: ''toggle()''</h3>
249256██ ██ ██ ██ ██ ██ ███ ███
250257-->
251258
252- <h2 id="attr-notation">
253- Attribute References: the ''attr()'' function</h2 >
259+ <h3 id="attr-notation">
260+ Attribute References: the ''attr()'' function</h3 >
254261
255262<!--
256263Ian's proposal:
@@ -329,8 +336,8 @@ Ian's proposal:
329336 like in ''width: attr(size px, auto);'' .
330337 </div>
331338
332- <h3 id="attr-types">
333- ''attr()'' Types</h3 >
339+ <h4 id="attr-types">
340+ ''attr()'' Types</h4 >
334341
335342 The behavior of the ''attr()'' function
336343 depends partially on the value of the <<attr-type>> argument:
@@ -457,8 +464,8 @@ Ian's proposal:
457464 </pre>
458465 </div>
459466
460- <h3 id=attr-substitution>
461- ''attr()'' Substitution</h3 >
467+ <h4 id=attr-substitution>
468+ ''attr()'' Substitution</h4 >
462469
463470 Issue: attr() and var() substitute at the same time,
464471 so I should probably rewrite [=substitute a var()=]
0 commit comments