Skip to content

Commit 389e9fa

Browse files
committed
[css-variables] Remove extraneous explanator text about fallbacks and default values.
1 parent e365e9e commit 389e9fa

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

css-variables/Overview.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -559,18 +559,8 @@ <h2 id="using-variables" data-level="3"><span class="secno">3 </span>
559559
rather than the initial value.
560560
</p></div>
561561

562-
<p> In some cases,
563-
it can be useful to provide a "default" value for a variable
564-
in case the variable isn't defined or is invalid.
565562

566-
</p><p> For example, if a site uses variables to provide "hooks" for customization,
567-
expecting the variables to be defined in a separate custom stylesheet,
568-
the main stylesheet can use default values for its variable
569-
so that the theming stylesheet can just override the variables it cares about,
570-
rather than being forced to provide values for all of them.
571-
572-
573-
</p><h3 id="invalid-variables" data-level="3.1"><span class="secno">3.1 </span>
563+
<h3 id="invalid-variables" data-level="3.1"><span class="secno">3.1 </span>
574564
Invalid Variables</h3>
575565

576566
<p> When a <a data-autolink="link" href="#custom-property">custom property</a> has its initial value,

css-variables/Overview.src.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -516,16 +516,6 @@ <h2 id='using-variables'>
516516
rather than the initial value.
517517
</div>
518518

519-
In some cases,
520-
it can be useful to provide a "default" value for a variable
521-
in case the variable isn't defined or is invalid.
522-
523-
For example, if a site uses variables to provide "hooks" for customization,
524-
expecting the variables to be defined in a separate custom stylesheet,
525-
the main stylesheet can use default values for its variable
526-
so that the theming stylesheet can just override the variables it cares about,
527-
rather than being forced to provide values for all of them.
528-
529519

530520
<h3 id='invalid-variables'>
531521
Invalid Variables</h3>

0 commit comments

Comments
 (0)