Re: [blink-dev] Intent to Deprecate and Remove: CSS default keyword is disallowed in custom identifiers

2022-07-07 Thread David Baron
As far as what the breakage might look like: it would look different for the different uses of custom idents in CSS. The possible cases are the CSS features that (a) use custom idents and (b) are shipping (no flag or a flag with "status: stable") and (c) don't already separately forbid default.

Re: [blink-dev] Intent to Ship: Add onbeforeinput global event handler content attribute

2022-07-07 Thread Frédéric Wang
On 07/07/2022 22:17, Mason Freed wrote: Is this feature fully tested by web-platform-tests ? Yes H Mason, Do you have any patch pending to update wpt/interfaces/html.idl? This is

Re: [blink-dev] Intent to Prototype & Ship: Syntax changes to markup based Client Hints delegation

2022-07-07 Thread Ari Chivukula
Combining the addition of the new syntax and the removal of the old one works. I'll update the language on the chrome status feature page. There won't be an issue getting the code in for M105 assuming we get the third LGTM within a week. ~ Ari Chivukula (Their/There/They're) On Wed, Jul 6, 2022

[blink-dev] Intent to Ship: Add onbeforeinput global event handler content attribute

2022-07-07 Thread Mason Freed
Contact emailsmas...@chromium.org Explainerhttps://github.com/whatwg/html/pull/7992 Specificationhttps://html.spec.whatwg.org/#handler-onbeforeinput Summary The 'beforeinput' event fires when the value of an , , or contenteditable element is about to be modified. Add an 'onbeforeinput' global

Re: [blink-dev] Intent to Extend Experiment: Cookies Having Independent Partitioned State (CHIPS)

2022-07-07 Thread 'Dylan Cutler' via blink-dev
Hello blink-dev, I am reaching out to announce some changes to the Cookies Having Independent Partitioned State (CHIPS) origin trial . Starting in Chrome 104, we will be removing the no-Domain requirement

Re: [blink-dev] Intent to Deprecate and Remove: CSS default keyword is disallowed in custom identifiers

2022-07-07 Thread David Baron
On Thu, Jul 7, 2022 at 10:36 AM David Baron wrote: > Most relevant to this intent is the case on http://www.elster.de where > default is used (which is the only actual site that I'm aware of this > change affecting): it is a use in the animation-name property. The > relevant chunk of CSS is