Skip to content

Commit e6bfa9a

Browse files
committed
[css-variables] Add issue about interaction of 'all' and custom props.
1 parent b91b770 commit e6bfa9a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

css-variables/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ <h2 id="introduction" data-level="1"><span class="secno">1 </span>
163163
like <span data-autolink="maybe" class="css">var-foo: var(foo);</span>,
164164
but you can't get <span data-autolink="maybe" class="css">default</span> behavior.
165165

166+
</p><p class="issue">
167+
What's the relationship of custom properties and the <a data-autolink="property" class="property" title="all">all</a> property?
168+
Does it reset all the variables?
169+
If <span data-autolink="maybe" class="css">var-foo: initial;</span> isn't interpreted by CSS,
170+
what effect does <span data-autolink="maybe" class="css">all: initial;</span> have?
166171

167172
</p><p> A <dfn id="custom-property">custom property</dfn> is any property
168173
whose name starts with "var-",

css-variables/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ <h2 id='defining-variables'>
9292
like ''var-foo: var(foo);'',
9393
but you can't get ''default'' behavior.
9494

95+
<p class='issue'>
96+
What's the relationship of custom properties and the 'all' property?
97+
Does it reset all the variables?
98+
If ''var-foo: initial;'' isn't interpreted by CSS,
99+
what effect does ''all: initial;'' have?
95100

96101
A <dfn>custom property</dfn> is any property
97102
whose name starts with "var-",

0 commit comments

Comments
 (0)