File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-",
Original file line number Diff line number Diff 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-",
You can’t perform that action at this time.
0 commit comments