Skip to content

Commit efd7d97

Browse files
authored
Merge pull request #491 from w3c/issue_tracking
Add issue numbers to track all issues in spec text
2 parents d1ef528 + 7002322 commit efd7d97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-typed-om/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ enum CSSMathOperator {
15641564
};
15651565
</xmp>
15661566

1567-
Issue: {{CSSNumericArray}} will be an Array-like
1567+
Issue(486): {{CSSNumericArray}} will be an Array-like
15681568
restricted to containing CSSNumericValue objects.
15691569
This is dependent on [WebIDL#345](https://github.com/heycam/webidl/issues/345) getting resolved properly.
15701570

@@ -1803,7 +1803,7 @@ interface CSSTransformValue : CSSStyleValue {
18031803
};
18041804
</xmp>
18051805

1806-
Issue: Assuming the resolution of <a href="https://github.com/heycam/webidl/issues/345">WebIDL#345</a>
1806+
Issue(487): Assuming the resolution of <a href="https://github.com/heycam/webidl/issues/345">WebIDL#345</a>
18071807
produces an "arraylike" declaration.
18081808

18091809
A {{CSSTransformValue}}’s [=values to iterate over=]
@@ -2283,7 +2283,7 @@ and the resource has an intrinsic width, height, or aspect ratio,
22832283
then {{CSSImageValue/intrinsicWidth}}, {{CSSImageValue/intrinsicHeight}}, and {{CSSImageValue/intrinsicRatio}} must reflect the resource's corresponding value.
22842284
In all other cases, the attributes must be <code>null</code>.
22852285

2286-
Issue: Does the loading lifecycle need to be described here?
2286+
Issue(186): Does the loading lifecycle need to be described here?
22872287

22882288
{{CSSURLImageValue}} objects represent {{CSSImageValue}}s that match the <<url>> production. For these
22892289
objects, the {{CSSURLImageValue/url}} attribute contains the URL that references the image.
@@ -2354,9 +2354,9 @@ it produces a raw {{CSSStyleValue}},
23542354
with a <a for=CSSStyleValue>stringification behavior</a>
23552355
that produces the CSSOM serialization of the property.
23562356

2357-
Issue: Better to define a full table of properties and what types they normalize to.
2357+
Issue(488): Better to define a full table of properties and what types they normalize to.
23582358

2359-
Issue: Per F2F, "CSSOM serialization" isn't well-defined/interoperable enough.
2359+
Issue(268): Per F2F, "CSSOM serialization" isn't well-defined/interoperable enough.
23602360
We instead need to strictly define the serialization of every property.
23612361
This should be done according to CSSOM principlies, tho
23622362
(generally, shortest possible value).
@@ -2818,7 +2818,7 @@ followed by their {{CSSUnitValue/unit}}.
28182818

28192819
{{CSSMathValue}} objects are serialized into a ''calc()'' expression
28202820

2821-
Issue: TODO
2821+
Issue(489): TODO
28222822

28232823
{{CSSTransformValue}} Serialization {#transformvalue-serialization}
28242824
-------------------------------------------------------------------
@@ -3039,7 +3039,7 @@ Computed {{CSSMathValue}} objects {#computed-calc-objects}
30393039

30403040
During computation, {{CSSMathValue}} objects are reduced accordingly:
30413041

3042-
Issue: TODO
3042+
Issue(490): TODO
30433043

30443044
Computed {{CSSTransformValue}} objects {#computed-transformvalue-objects}
30453045
-------------------------------------------------------------------------

0 commit comments

Comments
 (0)