@@ -238,7 +238,7 @@ The [=Highlights Map=]</h3>
238238 5. Return |result|.
239239 </div>
240240
241- Issue: Should we throw some kind of exception
241+ Issue(4590) : Should we throw some kind of exception
242242 if the same [=highlight range group=] is [=registered=] twice (or more)
243243 under different names?
244244 If not, isn't it an isssue that the several [=custom highlights=]
@@ -307,7 +307,7 @@ Default Styling of a Custom Highlight</h3>
307307 This would be overriden if by any use of ''::highlight(inline-highlight)'' in a stylesheet.
308308 </div>
309309
310- Issue: Do we really need this?
310+ Issue(4588) : Do we really need this?
311311 Would it not make more sense to have a generic mechanism to set the style attribute
312312 on any pseudo element?
313313 In that case I'd also expect it
@@ -417,14 +417,14 @@ Priority of Overlapping Highlights</h4>
417417 When two ore more [=highlight range groups=] have the same numerical priority,
418418 the one most recently [=registered=] into the [=highlights map=] has the higher effective [=priority=] .
419419
420- Issue: should negative numbers mean stacking
420+ Issue(4593) : should negative numbers mean stacking
421421 below the built-in [=highlight pseudo-elements=] ?
422422
423- Issue: Should priority be an (unsigned) integer instead?
423+ Issue(4592) : Should priority be an (unsigned) integer instead?
424424 That would make comparisons more reliable,
425425 but would likely lead to numbering reminiscent of BASIC line numbers.
426426
427- Issue: Should we drop priority by numbers entirely,
427+ Issue(4591) : Should we drop priority by numbers entirely,
428428 and replace it with some other ordering mechanism?
429429 Experience with BASIC line number or z-index
430430 does not give much confidence that ordering by number is a good idea.
@@ -433,7 +433,7 @@ Priority of Overlapping Highlights</h4>
433433 other named highlights,
434434 and let the UA figure it out?
435435
436- Issue: Should the built-in [=highlight pseudo-elements=]
436+ Issue(4594) : Should the built-in [=highlight pseudo-elements=]
437437 be exposed as well,
438438 so that they too can be reordered,
439439 and so that they can be interleaved with custom ones freely?
@@ -508,7 +508,7 @@ Repaints</h3>
508508 or to changes to the {{HighlightRangeGroup/priority}} or {{HighlightRangeGroup/style}}
509509 of a [=highlight range group=] .
510510
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?
512512
513513<h3 id=range-invalidation>
514514Range Updating and Invalidation</h3>
@@ -555,7 +555,7 @@ Range Updating and Invalidation</h3>
555555 are greater than the corresponding node’s <a spec=dom>length</a> ,
556556 The User Agent must behave as if it was equal to that <a spec=dom>length</a> .
557557
558- Issue: As far as I am aware,
558+ Issue(4597) : As far as I am aware,
559559 prior uses of {{StaticRange}} s were for [=ranges=] created by the User Agent
560560 and passed to the author.
561561 Here, it's the other way around,
@@ -565,7 +565,7 @@ Range Updating and Invalidation</h3>
565565 Is it Fast enough that it's worth distinguishing static and live ranges?
566566 Would some alternative handling be better?
567567
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=]
569569 and [[css-contain-2]]
570570 seems problematic:
571571 on a fully contained element,
0 commit comments