Daniel Holbert

Results 146 comments of Daniel Holbert

Hi folks! I work on Firefox, and we got a report of this same issue affecting a site in the wild: https://bugzilla.mozilla.org/show_bug.cgi?id=1965201 I'm interested to see what it'd take to...

(or maybe the code-quotes from comment 0 need to be copypasted into local files inside of the unpacked `ajv_error.zip` file's directory? not sure. In any case: explicit instructions for how...

Ah, never mind - I managed to reproduce the issue with the linked zip testcase after all. Not sure what happened, but after I deleted `node_modules` and ran `npm install`,...

> Hi [@dholbert](https://github.com/dholbert) , I'm moving the discussion form [PR #12985](https://github.com/w3c/csswg-drafts/pull/12985#discussion_r2512186604) here. Thanks! > The latter `'""'` is considered as an invalid value, so it won't be assigned; This^ does...

> > It seems that Firefox accepts `'""'` as a valid `` value, when it shouldn't as agreed here by Tab and Fantasai. > > Not quite. As shown in...

Replying to earlier comment https://github.com/w3c/csswg-drafts/issues/7762#issuecomment-3510548776: > There are already a test [1] checking that an empty string is invalid for "animation-name". > > https://github.com/web-platform-tests/wpt/blob/master/css/css-animations/parsing/animation-name-invalid.html > > Do you think we...

> I don't understand well what do you mean with "because we literally encode the special none value as the empty-string" > 'none' is a valid ident for the css-animation-name...

I just filed https://bugzilla.mozilla.org/show_bug.cgi?id=2001735 as a Firefox bug on treating the empty string as an invalid specified-value as discussed here. (Not jumping on fixing it right away, as I'm juggling...

If I add this CSS to the site in devtools... ```css .back-button { font-family: sans-serif } ``` ...to use a different font for this element (and its arrow), then this...

Hmm, I see the same issue (in Chrome and Firefox) if I just pick `Arial` as my font, too -- here's a reduced testcase (with a large font to make...