Skip to content

Commit d4a7ff9

Browse files
committed
[css-pseudo] Fix autolinking syntax for the issue I just added.
1 parent cd4b1a0 commit d4a7ff9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css-pseudo/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ Additions to the CSS Object Model</h2>
776776
as we are not yet sure of our approach.
777777

778778
Issue: This needs to be merged with the alternative
779-
{{PseudoElement}} and <code class="idl">pseudo</code> proposal.
779+
{{PseudoElement}} and {{Element/pseudo()}} proposal.
780780

781781
<h3 id="CSSPseudoElement-interface">
782782
Interface CSSPseudoElement</h3>

css-pseudo/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ <h2 class="heading settled" data-level="6" id="cssom"><span class="secno">6. </s
712712
Feedback is welcome.
713713
Implementations, at this point, are not,
714714
as we are not yet sure of our approach.</p>
715-
<p class="issue" id="issue-126afe59"><a class="self-link" href="#issue-126afe59"></a> This needs to be merged with the alternative <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-1/#pseudoelement">PseudoElement</a></code> and <code class="idl">pseudo</code> proposal.</p>
715+
<p class="issue" id="issue-7135695f"><a class="self-link" href="#issue-7135695f"></a> This needs to be merged with the alternative <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-1/#pseudoelement">PseudoElement</a></code> and <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-1/#dom-element-pseudo">pseudo()</a></code> proposal.</p>
716716
<h3 class="heading settled" data-level="6.1" id="CSSPseudoElement-interface"><span class="secno">6.1. </span><span class="content"> Interface CSSPseudoElement</span><a class="self-link" href="#CSSPseudoElement-interface"></a></h3>
717717
<p>The <code>CSSPseudoElement</code> interface
718718
allows pseudo-elements to be styleable from script
@@ -1013,6 +1013,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
10131013
<ul>
10141014
<li><a href="https://drafts.csswg.org/cssom-1/#cssstyledeclaration">CSSStyleDeclaration</a>
10151015
<li><a href="https://drafts.csswg.org/cssom-1/#pseudoelement">PseudoElement</a>
1016+
<li><a href="https://drafts.csswg.org/cssom-1/#dom-element-pseudo">pseudo(pseudoElt)</a>
10161017
</ul>
10171018
<li>
10181019
<a data-link-type="biblio" href="#biblio-dom-ls">[dom-ls]</a> defines the following terms:
@@ -1141,7 +1142,7 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
11411142
Feedback is welcome.
11421143
Implementations, at this point, are not,
11431144
as we are not yet sure of our approach.<a href="#issue-116a9e33"></a></div>
1144-
<div class="issue"> This needs to be merged with the alternative <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-1/#pseudoelement">PseudoElement</a></code> and <code class="idl">pseudo</code> proposal.<a href="#issue-126afe59"></a></div>
1145+
<div class="issue"> This needs to be merged with the alternative <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-1/#pseudoelement">PseudoElement</a></code> and <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-1/#dom-element-pseudo">pseudo()</a></code> proposal.<a href="#issue-7135695f"></a></div>
11451146
<div class="issue"> The approach in this draft
11461147
is to start with a bare minimum
11471148
for the CSSPseudoElement interface

0 commit comments

Comments
 (0)