Skip to content

Commit 4bf55c3

Browse files
committed
[css-images] Add issue about elementSources and using ID selectors.
--HG-- extra : rebase_source : 536f8ecf33ee75ca5a4faf085aae4c2991aab4ee
1 parent b8d8561 commit 4bf55c3

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

css-images/Overview.html

+18
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,15 @@ <h4 class="heading settled heading" data-level=3.4.2 id=elementsources><span cla
870870
it’s then looked for in the document as normal.
871871
</ul>
872872

873+
<p class=issue id=issue-6bc3ba98><a class=self-link href=#issue-6bc3ba98></a>
874+
This reuse of the ID selector matches Moz behavior.
875+
I’m trying to avoid slapping a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#identifier-value title="<custom-ident>">&lt;custom-ident&gt;</a> right in the beginning of the grammar,
876+
as that eats too much syntax-space.
877+
Another possibility, though, is to start the value with a language-defined keyword
878+
<em>followed by</em> a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#identifier-value title="<custom-ident>">&lt;custom-ident&gt;</a>,
879+
like <span class=css data-link-type=maybe title="element(external fancy)">element(external fancy)</span> or something.
880+
Naming suggestions welcome.
881+
873882
<div class=example>
874883
For example, fancy animating backgrounds can be done with an external canvas:
875884

@@ -2968,6 +2977,15 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
29682977
or can we just render it as a stacking context when rendering it to element()?
29692978

29702979
<a href=#issue-6fabc13d></a></div><div class=issue>
2980+
This reuse of the ID selector matches Moz behavior.
2981+
I’m trying to avoid slapping a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#identifier-value title="<custom-ident>">&lt;custom-ident&gt;</a> right in the beginning of the grammar,
2982+
as that eats too much syntax-space.
2983+
Another possibility, though, is to start the value with a language-defined keyword
2984+
<em>followed by</em> a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#identifier-value title="<custom-ident>">&lt;custom-ident&gt;</a>,
2985+
like <span class=css data-link-type=maybe title="element(external fancy)">element(external fancy)</span> or something.
2986+
Naming suggestions welcome.
2987+
2988+
<a href=#issue-6bc3ba98></a></div><div class=issue>
29712989
We should add the ability to move the focus of the gradient,
29722990
as in the original -webkit-gradient() function.
29732991
See proposal in <a href=http://lists.w3.org/Archives/Public/www-style/2011Nov/0210.html>http://lists.w3.org/Archives/Public/www-style/2011Nov/0210.html</a>

css-images/Overview.src.html

+9
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,15 @@ <h4 id='elementsources'>
840840
it's then looked for in the document as normal.
841841
</ul>
842842

843+
<p class='issue'>
844+
This reuse of the ID selector matches Moz behavior.
845+
I'm trying to avoid slapping a <<custom-ident>> right in the beginning of the grammar,
846+
as that eats too much syntax-space.
847+
Another possibility, though, is to start the value with a language-defined keyword
848+
<em>followed by</em> a <<custom-ident>>,
849+
like ''element(external fancy)'' or something.
850+
Naming suggestions welcome.
851+
843852
<div class='example'>
844853
For example, fancy animating backgrounds can be done with an external canvas:
845854

0 commit comments

Comments
 (0)