Guillaume

Results 125 comments of Guillaume

The parsed `str` url should be trimmed before [this line](https://github.com/jsdom/cssstyle/blob/b527ed722364dc6d156487c652df100572075dee/lib/parsers.js#L246).

Thanks, I replaced `color: 1.0` with `width: 1.0px` and removed the row with `color: 1e1`. However, [CSSOM](https://drafts.csswg.org/cssom-1/#serialize-a-css-component-value) wants dimensions to serialize with the *"`` [component] followed by the unit in...

Right, and *"the unit in its canonical form"* does not necessarily mean *"the dimension in its canonical unit"*. I removed the row (thanks again).

@andruud, did you intentionally omit to accept `revert-rule` in [`all`](https://drafts.csswg.org/css-cascade-5/#all-shorthand) property? or is it simply an oversight? > **Name:** `all` > **Value:** `initial | inherit | unset | revert |...

To re-iterate and elaborate on my [comment](https://github.com/w3c/csswg-drafts/issues/10457#issuecomment-2449338191) in the `` related issue, it might be worth considering syntax component attribute names now. `` is not a valid `` (or `@property/syntax`)...

Please assume that *I think* or *in my opinion* is placed in front of the sentences below. I have a different interpretation of functions and contexts. Let's take this hypothetical...

> I'm not sure if you're saying: Let's put `clip` aside because it is legacy. I would define its value with `rect( [ | auto ]{4} | [ | auto...

I missed the main point about this, which is that `` are associated to a very explicit [procedure](https://drafts.csswg.org/css-syntax-3/#consume-a-blocks-contents) to consume the corresponding input contents. These productions and this procedure exist...

> I have no idea how `NaN` should be handled, so I skipped that for now. If I am not mistaken, only nested math functions (unresolved before computed value) can...