Skip to content

Commit cd4b1a0

Browse files
committed
[css-pseudo] Add another issue about the CSSPseudoElement proposal.
1 parent 35681ac commit cd4b1a0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

css-pseudo/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ Interface CSSPseudoElement</h3>
823823
<dd>The selection pseudo-element for the element.
824824
</dl>
825825

826+
Issue: Why are these strings different from the name of the pseudo-element?
827+
826828
The <dfn id="dom-csspseudochild-style">style</dfn> attribute
827829
is a <code>CSSStyleDeclaration</code> [[!CSSOM]]
828830
that allows directly setting style information (inline styles) onto the pseudo-element.

css-pseudo/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ <h3 class="heading settled" data-level="6.1" id="CSSPseudoElement-interface"><sp
748748
<dt>‘selection’
749749
<dd>The selection pseudo-element for the element.
750750
</dl>
751+
<p class="issue" id="issue-553711b6"><a class="self-link" href="#issue-553711b6"></a> Why are these strings different from the name of the pseudo-element?</p>
751752
<p>The <dfn data-dfn-type="dfn" data-noexport="" id="dom-csspseudochild-style">style<a class="self-link" href="#dom-csspseudochild-style"></a></dfn> attribute
752753
is a <code>CSSStyleDeclaration</code> <a data-link-type="biblio" href="#biblio-cssom">[CSSOM]</a> that allows directly setting style information (inline styles) onto the pseudo-element.
753754
Inline styles on a <code>CSSPseudoElement</code> have precedence over all
@@ -1150,6 +1151,7 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
11501151
between a pseudo-element and a node
11511152
and create a new base class
11521153
for both Node and CSSPseudoElement. <a href="#issue-b008e095"></a></div>
1154+
<div class="issue"> Why are these strings different from the name of the pseudo-element?<a href="#issue-553711b6"></a></div>
11531155
<div class="issue"> This should cascade like actual inline styles, not be a different thing.<a href="#issue-65c50c19"></a></div>
11541156
</div>
11551157
</body>

0 commit comments

Comments
 (0)