@@ -47,6 +47,8 @@ Complain About: accidental-2119 yes
47
47
<pre class=link-defaults>
48
48
spec:css-color-4; type:property; text:color
49
49
spec:css-pseudo-4; type:dfn; text:highlight overlay
50
+ spec:dom; type:dfn; text:range
51
+ spec:css-values-4; type:dfn; text:identifier
50
52
</pre>
51
53
52
54
<style>
@@ -194,7 +196,7 @@ Creating Custom Highlights</h3>
194
196
<li>
195
197
For each |range| of {{initialRanges}} ,
196
198
let |rangeArg| be the result of [=converted to an ECMAScript value|converting=] |range| to an ECMAScript value,
197
- then run [[webidl#es-add-delete |the steps for a built-in setlike add function]] ,
199
+ then run [[webidl#es-set-add |the steps for a built-in setlike add function]] ,
198
200
with |highlight| as the <code> this</code> value,
199
201
and |rangeArg| as the argument.
200
202
<li>
@@ -233,7 +235,7 @@ Registering Custom Highlights</h3>
233
235
To [=register=] a [=custom highlight=] ,
234
236
invoke the <code> set</code> method of the [=highlight registry=]
235
237
which will run [[webidl#es-map-set|the steps for a built-in maplike set function]] ,
236
- with the [=context object =] as the <code> this</code> value,
238
+ with the [=highlight registry =] as the <code> this</code> value,
237
239
the passed-in [=custom highlight name=] as <var ignore> keyArg</var> ,
238
240
and the passed-in highlight as <var ignore> valueArg</var> .
239
241
@@ -582,20 +584,29 @@ Event Handling</h2>
582
584
or should that be added to pseudo-elements in general?
583
585
584
586
<div class=non-normative>
585
- <h2 class="no-num" id=priv-sec >
586
- Appendix A. Privacy and Security Considerations</h2>
587
+ <h2 class="no-num" id=priv>
588
+ Appendix A. Privacy Considerations</h2>
587
589
588
590
<em> This section is non-normative</em> .
589
591
590
- This specification is not thought to introduce any new security or privacy concern.
592
+ This specification is not thought to introduce any new privacy concern.
593
+ Anyone suspecting that this is not accurate is encouraged
594
+ to get in touch with the CSS Working Group or the co-editors.
595
+
596
+ <h2 class="no-num" id=sec>
597
+ Appendix B. Security Considerations</h2>
598
+
599
+ <em> This section is non-normative</em> .
600
+
601
+ This specification is not thought to introduce any new security concern.
591
602
Anyone suspecting that this is not accurate is encouraged
592
603
to get in touch with the CSS Working Group or the co-editors.
593
604
594
605
</div>
595
606
596
607
<div class=non-normative>
597
608
<h2 class="no-num" id="credits">
598
- Appendix B . Acknowledgements</h2>
609
+ Appendix C . Acknowledgements</h2>
599
610
600
611
<em> This section is non-normative</em> .
601
612
@@ -604,7 +615,7 @@ Appendix B. Acknowledgements</h2>
604
615
605
616
<div class=non-normative>
606
617
<h2 class="no-num" id="changes">
607
- Appendix C . Changes</h2>
618
+ Appendix D . Changes</h2>
608
619
609
620
<em> This section is non-normative</em> .
610
621
0 commit comments