Re: [blink-dev] Intent to Ship: Stable Bare Declarations (@nest)

2024-04-27 Thread Anders Hartvoll Ruud
Oops, I intended to send that e-mail to the list, must have hit "Reply" instead of "Reply All". On Fri, Apr 26, 2024 at 10:45 AM Anders Hartvoll Ruud wrote: > > > On Fri, Apr 26, 2024 at 4:09 AM Domenic Denicola > wrote: > >> >> >> On Thu, A

[blink-dev] Intent to Ship: Stable Bare Declarations (@nest)

2024-04-25 Thread Anders Hartvoll Ruud
Contact emails andr...@chromium.org Specification https://drafts.csswg.org/css-nesting-1/#nest-rule Summary CSS Nesting initially shipped with an interesting quirk that would cause bare declarations that come after a nested rule to “shift”, for example: .foo { width: 100px; height:

Re: [blink-dev] Intent to Ship: CSS Highlight Inheritance

2023-11-01 Thread Anders Hartvoll Ruud
On Tue, Oct 31, 2023 at 1:45 PM Stephen Chenney wrote: > Contact emailsschen...@chromium.org > > Specificationhttps://drafts.csswg.org/css-pseudo-4/#highlight-cascade > > Summary > > With CSS Highlight Inheritance, the CSS Highlight pseudo classes, such as > ::selection and ::highlight, inherit

[blink-dev] Re: Intent to Ship: Relaxed CSS Nesting

2023-10-04 Thread Anders Hartvoll Ruud
On Mon, Oct 2, 2023 at 1:29 PM Anders Hartvoll Ruud wrote: > Contact emails > > andr...@chromium.org > > Specification > > https://drafts.csswg.org/css-syntax/#consume-block-contents > > Summary > > Allows nested style rules > <https://drafts.csswg.org/css

Re: [blink-dev] Intent to Ship: Relaxed CSS Nesting

2023-10-04 Thread Anders Hartvoll Ruud
On Tue, Oct 3, 2023 at 8:46 PM Anders Hartvoll Ruud wrote: > On Tue, Oct 3, 2023 at 3:14 PM Yoav Weiss wrote: > >> LGTM1 >> >> Thanks for evaluating the compat risk for this. While non-zero, it seems >> manageable given Mozilla already shipping this, with Saf

Re: [blink-dev] Intent to Ship: Relaxed CSS Nesting

2023-10-03 Thread Anders Hartvoll Ruud
from one kind of invalid/has-no-effect to a *slightly* different kind of invalid/has-no-effect. > On Mon, Oct 2, 2023 at 1:30 PM Anders Hartvoll Ruud > wrote: > >> Contact emails >> >> andr...@chromium.org >> >> Specification >> >> https://drafts

[blink-dev] Intent to Ship: Relaxed CSS Nesting

2023-10-02 Thread Anders Hartvoll Ruud
Contact emails andr...@chromium.org Specification https://drafts.csswg.org/css-syntax/#consume-block-contents Summary Allows nested style rules to begin with an identifier. For example, the following will now be possible: p {

Re: [blink-dev] Intent to Ship: view-timeline shorthand sets view-timeline-inset

2023-08-23 Thread Anders Hartvoll Ruud
On Wed, Aug 23, 2023 at 3:23 PM Yoav Weiss wrote: > > > On Wed, Aug 23, 2023 at 2:46 PM Anders Hartvoll Ruud > wrote: > >> Contact emails >> >> >> *andr...@chromium.org *Specification >> >> >> *https://github.com/w3c/csswg-drafts/issues

[blink-dev] Intent to Ship: view-timeline shorthand sets view-timeline-inset

2023-08-23 Thread Anders Hartvoll Ruud
Contact emails *andr...@chromium.org *Specification *https://github.com/w3c/csswg-drafts/issues/8926 *Summary *The view-timeline shorthand is now a shorthand for view-timeline-name, view-timeline-axis, and view-timeline-inset.

Re: [blink-dev] Intent to Ship: @scope

2023-06-07 Thread Anders Hartvoll Ruud
On Wed, Jun 7, 2023 at 5:54 PM slightlyoff via Chromestatus < admin+slightly...@cr-status.appspotmail.com> wrote: > LGTM3. If we have a potential `:visited` issue, we should make sure this > is shipped with a feature flag for the next few releases. The long term > solution for `:visited` is to

Re: [blink-dev] Intent to Ship: @scope

2023-06-07 Thread Anders Hartvoll Ruud
;>> >>> This seems like an obvious useful addition with relatively broad >>> consensus around it. Thanks for working on this! >>> >>> On Thu, Jun 1, 2023 at 10:39 AM Anders Hartvoll Ruud < >>> and...@chromium.org> wrote: >>>

[blink-dev] Intent to Ship: @scope

2023-06-01 Thread Anders Hartvoll Ruud
Contact emails andr...@chromium.org Explainer https://css.oddbird.net/scope/explainer Specification https://drafts.csswg.org/css-cascade-6/#scope-atrule Summary Allows authors to scope style rules to a given element. The key differences between this and regular descendant combinators are:

Re: [blink-dev] Intent to Ship: CSS Nesting

2023-03-30 Thread Anders Hartvoll Ruud
PSA: CSS Nesting Still Shipping in M112 I've been experimenting with parser restarts in Blink lately, which would allow nested selectors that start with tag names. I've shared my results with the CSSWG (Issue 7961, comment

Re: [blink-dev] Intent to Remove: -webkit-perspective-origin-[x,y]

2022-10-28 Thread Anders Hartvoll Ruud
On Fri, Oct 28, 2022 at 2:04 AM Mike Taylor wrote: > On 10/27/22 5:41 AM, Anders Hartvoll Ruud wrote: > > On Thu, Oct 27, 2022 at 11:27 AM Manuel Rego Casasnovas > wrote: > >> What's the status in other browsers? >> > >- WebKit does not support it (anymore)

Re: [blink-dev] Intent to Remove: -webkit-perspective-origin-[x,y]

2022-10-27 Thread Anders Hartvoll Ruud
On Thu, Oct 27, 2022 at 11:27 AM Manuel Rego Casasnovas wrote: > > On 27/10/2022 11:11, Anders Hartvoll Ruud wrote: > > Gecko: No signal > > > > > > WebKit: No signal > > What's the status in other browsers? > > - Gecko does not s

[blink-dev] Intent to Remove: -webkit-perspective-origin-[x,y]

2022-10-27 Thread Anders Hartvoll Ruud
Contact emails *andr...@chromium.org *Explainer *None*Specification *N/A*Summary *Removes the non-standard -webkit-perspective-origin-[x,y] CSS properties. Note however that the -webkit-perspective-origin property (an alias of perspective-origin) is not affected.The regular

[blink-dev] Intent to Ship: CSS Values and Units Module Level 4: Small/Large/Dynamic/Logical viewport units

2022-09-26 Thread Anders Hartvoll Ruud
Contact emails andr...@chromium.org Explainer https://github.com/w3ctag/design-reviews/issues/706#issuecomment-108242 https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/ Specification https://drafts.csswg.org/css-values-4/#viewport-relative-lengths Summary Support for

[blink-dev] Intent to Ship: Container Queries

2022-05-10 Thread Anders Hartvoll Ruud
Contact emails andr...@chromium.org, futh...@chromium.org Explainer https://css.oddbird.net/rwd/query/explainer/ Specification https://drafts.csswg.org/css-contain-3/#container-queries Scope This intent covers: - Size queries

Re: [blink-dev] Intent to Ship: Media Queries Level 4 Syntax & Evaluation

2022-04-13 Thread Anders Hartvoll Ruud
diction anyway, then likely >> 104. >> >> >>> >>> On Monday, April 11, 2022 at 7:17:45 AM UTC-7 Emilio Cobos Alvarez wrote: >>> >>>> >>>> >>>> On 4/11/22 15:02, Anders Hartvoll Ruud wrote: >>>> > Ah, I'm

[blink-dev] Re: Intent to Ship: Media Queries Level 4 Syntax & Evaluation

2022-04-12 Thread Anders Hartvoll Ruud
On Mon, Apr 11, 2022 at 1:40 PM Anders Hartvoll Ruud wrote: > Contact emails > > > *andr...@chromium.org kbabb...@microsoft.com > *Explainer > > > > *NoneThis article by Bramus > <https://www.bram.us/2021/10/26/media-queries-level-4-media-query-range-contexts/

Re: [blink-dev] Intent to Ship: Media Queries Level 4 Syntax & Evaluation

2022-04-11 Thread Anders Hartvoll Ruud
On Mon, Apr 11, 2022 at 1:57 PM Yoav Weiss wrote: > Thanks for working on this!! > > On Mon, Apr 11, 2022 at 1:41 PM Anders Hartvoll Ruud > wrote: > >> Contact emails >> >> >> *andr...@chromium.org kbabb...@microsoft.com >> *Explainer >

[blink-dev] Intent to Ship: Media Queries Level 4 Syntax & Evaluation

2022-04-11 Thread Anders Hartvoll Ruud
Contact emails *andr...@chromium.org kbabb...@microsoft.com *Explainer *NoneThis article by Bramus may be helpful.*Specification *https://www.w3.org/TR/mediaqueries-4/#mq-range-context

[blink-dev] Intent to Prototype: @scope

2022-03-25 Thread Anders Hartvoll Ruud
Contact emailsandr...@chromium.org Explainerhttps://css.oddbird.net/scope/explainer/ Specificationhttps://drafts.csswg.org/css-cascade-6/#scope-atrule Summary Allows authors to scope style rules to a given element. The key difference between this and a regular descendant combinator is that the

Re: [blink-dev] Intent to Ship: hwb() color notation

2022-02-09 Thread Anders Hartvoll Ruud
gt; > Joe > Joe Medley | Technical Writer, Chrome DevRel | jmed...@google.com | > 816-678-7195 > *If an API's not documented it doesn't exist.* > > > On Tue, Feb 8, 2022 at 2:41 AM Anders Hartvoll Ruud > wrote: > >> Contact emailsandr...@chromium.org, on behalf o

[blink-dev] Intent to Ship: hwb() color notation

2022-02-08 Thread Anders Hartvoll Ruud
Contact emailsandr...@chromium.org, on behalf of: jan.kei...@gmail.com ExplainerNone Specificationhttps://drafts.csswg.org/css-color/#the-hwb-notation Summary HWB (short for Hue-Whiteness-Blackness) is another method of specifying sRGB colors, similar to HSL, but often even easier for humans