@@ -238,7 +238,7 @@ The [=Highlights Map=]</h3>
238
238
5. Return |result|.
239
239
</div>
240
240
241
- Issue: Should we throw some kind of exception
241
+ Issue(4590) : Should we throw some kind of exception
242
242
if the same [=highlight range group=] is [=registered=] twice (or more)
243
243
under different names?
244
244
If not, isn't it an isssue that the several [=custom highlights=]
@@ -307,7 +307,7 @@ Default Styling of a Custom Highlight</h3>
307
307
This would be overriden if by any use of ''::highlight(inline-highlight)'' in a stylesheet.
308
308
</div>
309
309
310
- Issue: Do we really need this?
310
+ Issue(4588) : Do we really need this?
311
311
Would it not make more sense to have a generic mechanism to set the style attribute
312
312
on any pseudo element?
313
313
In that case I'd also expect it
@@ -417,14 +417,14 @@ Priority of Overlapping Highlights</h4>
417
417
When two ore more [=highlight range groups=] have the same numerical priority,
418
418
the one most recently [=registered=] into the [=highlights map=] has the higher effective [=priority=] .
419
419
420
- Issue: should negative numbers mean stacking
420
+ Issue(4593) : should negative numbers mean stacking
421
421
below the built-in [=highlight pseudo-elements=] ?
422
422
423
- Issue: Should priority be an (unsigned) integer instead?
423
+ Issue(4592) : Should priority be an (unsigned) integer instead?
424
424
That would make comparisons more reliable,
425
425
but would likely lead to numbering reminiscent of BASIC line numbers.
426
426
427
- Issue: Should we drop priority by numbers entirely,
427
+ Issue(4591) : Should we drop priority by numbers entirely,
428
428
and replace it with some other ordering mechanism?
429
429
Experience with BASIC line number or z-index
430
430
does not give much confidence that ordering by number is a good idea.
@@ -433,7 +433,7 @@ Priority of Overlapping Highlights</h4>
433
433
other named highlights,
434
434
and let the UA figure it out?
435
435
436
- Issue: Should the built-in [=highlight pseudo-elements=]
436
+ Issue(4594) : Should the built-in [=highlight pseudo-elements=]
437
437
be exposed as well,
438
438
so that they too can be reordered,
439
439
and so that they can be interleaved with custom ones freely?
@@ -508,7 +508,7 @@ Repaints</h3>
508
508
or to changes to the {{HighlightRangeGroup/priority}} or {{HighlightRangeGroup/style}}
509
509
of a [=highlight range group=] .
510
510
511
- Issue: How should we specify the timing (and synchronicity) of this reevaluation?
511
+ Issue(4596) : How should we specify the timing (and synchronicity) of this reevaluation?
512
512
513
513
<h3 id=range-invalidation>
514
514
Range Updating and Invalidation</h3>
@@ -555,7 +555,7 @@ Range Updating and Invalidation</h3>
555
555
are greater than the corresponding node’s <a spec=dom>length</a> ,
556
556
The User Agent must behave as if it was equal to that <a spec=dom>length</a> .
557
557
558
- Issue: As far as I am aware,
558
+ Issue(4597) : As far as I am aware,
559
559
prior uses of {{StaticRange}} s were for [=ranges=] created by the User Agent
560
560
and passed to the author.
561
561
Here, it's the other way around,
@@ -565,7 +565,7 @@ Range Updating and Invalidation</h3>
565
565
Is it Fast enough that it's worth distinguishing static and live ranges?
566
566
Would some alternative handling be better?
567
567
568
- Issue: The interaction of {{StaticRange}} s in a [=highlight range group=]
568
+ Issue(4598) : The interaction of {{StaticRange}} s in a [=highlight range group=]
569
569
and [[css-contain-2]]
570
570
seems problematic:
571
571
on a fully contained element,
0 commit comments