Re: [blink-dev] Web-Facing Change PSA: Relax parser

2024-10-10 Thread Joey Arhar
r this feature? In particular, the lack of > discussion of compat and interop risks is concerning. > > On Thu, Oct 10, 2024 at 6:10 AM Joey Arhar wrote: > >> Contact emailsjar...@chromium.org >> >> Specificationhttps://github.com/whatwg/html/pull/10557 >> >>

[blink-dev] Intent to Ship: Select parser relaxation

2024-10-10 Thread Joey Arhar
Contact emailsjar...@chromium.org Explainerhttps://open-ui.org/components/customizableselect Specificationhttps://github.com/whatwg/html/pull/10557 Summary This change makes the HTML parser allow additional tags in besides , , and . This change is in support of the customizable feature but is

[blink-dev] Web-Facing Change PSA: Relax parser

2024-10-09 Thread Joey Arhar
Contact emailsjar...@chromium.org Specificationhttps://github.com/whatwg/html/pull/10557 Summary This change makes the HTML parser allow additional tags in besides , , and . This change is in support of the customizable feature but is being shipped first because it can be done separately and h

Re: [blink-dev] Intent to Deprecate and Remove: Deprecate old CSS custom state syntax

2024-05-29 Thread Joey Arhar
;t be too hard to catch the cause > for the behavior change in the few sites that will be affected. > > On Tue, May 28, 2024 at 10:33 PM Joey Arhar wrote: > >> > How should I interpret the results from your investigation? That none >> of the 8 investigated sites would be n

Re: [blink-dev] Intent to Deprecate and Remove: Deprecate old CSS custom state syntax

2024-05-28 Thread Joey Arhar
? > > /Daniel > > On 2024-05-22 18:03, Vladimir Levin wrote: > > > > On Tue, May 21, 2024 at 2:20 PM Joey Arhar wrote: > >> > Do you know what the breakage looks like >> >> I pushed to make sure that using the old syntax with CustomStateSet.add() >

Re: [blink-dev] Intent to Deprecate and Remove: Deprecate old CSS custom state syntax

2024-05-21 Thread Joey Arhar
On Tue, May 21, 2024 at 11:09 AM Vladimir Levin wrote: > Hey, > > 0.04% seems like a fairly sizable number. Do you know what the breakage > looks like or whether this usage is limited to a library/a small set of > large websites or something else? > > Ideally, this

[blink-dev] Intent to Deprecate and Remove: Deprecate old CSS custom state syntax

2024-05-21 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://github.com/whatwg/html/pull/8467 Summary The CSS custom state pseudo-class is being renamed from :--foo to :state(foo). The new syntax, :state(foo), has been enabled by default, and now we have to deprecate and remove the :--f

Re: [blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2024-04-05 Thread Joey Arhar
> > Can you help me get those things clear? > > > > Mike Taylor schrieb am Dienstag, 2. Januar 2024 um 16:04:08 UTC+1: > >> If you don't mind - that way it will show up in our review queue. >> On 12/28/23 4:01 PM, Joey Arhar wrote: >> >> > The pl

Re: [blink-dev] Re: Intent to Ship: setHTMLUnsafe and parseHTMLUnsafe

2024-02-16 Thread Joey Arhar
>> >> On Wednesday, February 14, 2024 at 10:23:01 PM UTC Vladimir Levin wrote: >> >>> On Wed, Feb 14, 2024 at 1:53 PM Jeffrey Yasskin >>> wrote: >>> >>>> Non-API-owner opinions inline: >>>> >>>> On Wed, Feb 14,

[blink-dev] Re: Intent to Ship: setHTMLUnsafe and parseHTMLUnsafe

2024-02-14 Thread Joey Arhar
with shipping now. On Wed, Feb 14, 2024 at 1:11 PM Joey Arhar wrote: > Contact emailsjar...@chromium.org > > ExplainerNone > > Specificationhttps://html.spec.whatwg.org/C/#unsafe-html-parsing-methods > https://github.com/whatwg/html/pull/9538 > > Summary > > The set

[blink-dev] Intent to Ship: setHTMLUnsafe and parseHTMLUnsafe

2024-02-14 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://html.spec.whatwg.org/C/#unsafe-html-parsing-methods https://github.com/whatwg/html/pull/9538 Summary The setHTMLUnsafe and parseHTMLUnsafe methods allow Declarative ShadowDOM to be used from javascript. In the future, they may

[blink-dev] Intent to Prototype: :open and :closed pseudo-classes

2024-02-08 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/selectors-4/#open-state https://github.com/whatwg/html/pull/10126 Summary The :open and :closed pseudo-classes match builtin HTML elements which have an open or closed state, including , , and . Blink compon

[blink-dev] Intent to Ship: CSS custom state new :state() syntax

2024-01-03 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specification https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class Summary This is the new syntax for the CSS custom state feature for custom elements. The old syntax, :--foo, is being deprecated and removed. This

Re: [blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2023-12-28 Thread Joey Arhar
w entry for shipping the new syntax? > > On Wed, Dec 27, 2023 at 3:54 AM Chris Harrelson > wrote: > >> LGTM1 to ship. >> >> On Tue, Dec 26, 2023, 10:10 AM Joey Arhar wrote: >> >>> Thanks Luke! >>> Now that WebKit is shipping, can I get approval

Re: [blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2023-12-26 Thread Joey Arhar
decision to not ship until at least another browser does the >>>> same. >>>> >>>> The suggestion to avoid further massaging of the spec until another >>>> browser has caught up was a suggestion, and not a MUST, and was not >>>> intende

Re: [blink-dev] Intent to Ship: Fire toggle events using microtasks

2023-10-20 Thread Joey Arhar
:01 AM Philip Jägenstedt wrote: > Hi again Joey, > > Can you bump this thread when you'd like to ship it? > > Best regards, > Philip > > On Fri, Oct 6, 2023 at 7:38 PM Joey Arhar wrote: > >> > On the level of interest, there was no reaction on >> ht

Re: [blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2023-10-20 Thread Joey Arhar
, it >>>>>>> was done in order to gain consensus; in particular, the CSSWG resolution >>>>>>> notes indicate >>>>>>> <https://github.com/w3c/csswg-drafts/issues/4805#issuecomment-1663111980> >>>>>>> (see &

Re: [blink-dev] Intent to Ship: Fire toggle events using microtasks

2023-10-06 Thread Joey Arhar
communication that makes you relatively sure the interest is there? > > On Fri, Oct 6, 2023 at 3:34 AM Joey Arhar wrote: > >> Contact emailsjar...@chromium.org >> >> Explainerhttps://github.com/whatwg/html/issues/9046 >> >> Specificationhttps://github.com/whatwg

[blink-dev] Intent to Ship: Fire toggle events using microtasks

2023-10-05 Thread Joey Arhar
Contact emailsjar...@chromium.org Explainerhttps://github.com/whatwg/html/issues/9046 Specificationhttps://github.com/whatwg/html/pull/9775 Summary The toggle events for the popover attribute and the details element, as well as the close event for dialog elements, currently post a task to the D

[blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2023-10-04 Thread Joey Arhar
M Alex Russell > wrote: > >> hrm, this is another instance of bikeshedding after shipping, and I'm not >> inclined to approve. Perhaps we can discuss at next week's API OWNERs >> meeting? >> >> Adding others who I know are interested in this topic. &g

[blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2023-10-04 Thread Joey Arhar
nstance of bikeshedding after shipping, and I'm not > inclined to approve. Perhaps we can discuss at next week's API OWNERs > meeting? > > > We should definitely discuss this broader subject! > > > > Adding others who I know are interested in this topic. > >

[blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2023-09-29 Thread Joey Arhar
might have not made it clear in the spec discussions yet that we have already shipped :--foo by default for several years. On Fri, Sep 29, 2023 at 9:15 AM Joey Arhar wrote: > Contact emailsjar...@chromium.org > > ExplainerNone > > Specificationhttps://github.com/whatwg/html/pull/846

[blink-dev] Intent to Ship: Deprecate old CSS custom state syntax

2023-09-29 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://github.com/whatwg/html/pull/8467 Summary CSS custom state, which allows custom elements to expose their own pseudo-classes, was shipped here: https://groups.google.com/a/chromium.org/g/blink-dev/c/dJibhmzE73o/m/VT-NceIhAAAJ T

Re: [blink-dev] Intent to Ship: Horizontal rules inside select elements

2023-09-20 Thread Joey Arhar
select with : https://getbootstrap.com/docs/4.0/components/dropdowns/ This intent adds support for dividers but not styling. On Wed, Sep 20, 2023 at 8:10 AM Joey Arhar wrote: > > Can we file a Mozilla position? (to raise awareness on their end if > nothing else) > > https://github.com/moz

Re: [blink-dev] Intent to Ship: Horizontal rules inside select elements

2023-09-20 Thread Joey Arhar
ed out to devrel about this On Wed, Sep 20, 2023 at 7:54 AM Yoav Weiss wrote: > LGTM1 > > On Tue, Sep 19, 2023 at 7:51 PM Joey Arhar wrote: > >> Contact emailsjar...@chromium.org >> >> ExplainerNone >> >> Specificationhttps://github.com/whatwg/html/

[blink-dev] Intent to Ship: Horizontal rules inside select elements

2023-09-19 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://github.com/whatwg/html/pull/9124 Summary This feature makes the HTML parser allow tags inside tags. These elements create horizontal borders in between elements in the listbox popup, which we already support if you manuall

Re: [blink-dev] Intent to Ship: :user-valid and :user-invalid CSS pseudo-classes

2023-09-04 Thread Joey Arhar
ally trigger while working > in the debugger. > > /Daniel > On 2023-08-26 19:30, PhistucK wrote: > > I guess all of them would be good. Not really why only a few > pseudo-classes are listed there... > > ☆*PhistucK* > > > On Sat, Aug 26, 2023 at 6:18 PM Joey Arhar wrote

Re: [blink-dev] Intent to Ship: :user-valid and :user-invalid CSS pseudo-classes

2023-08-28 Thread Joey Arhar
erable? > On 8/28/23 11:54 AM, PhistucK wrote: > > Thank you! > > ☆*PhistucK* > > > On Mon, Aug 28, 2023 at 4:46 PM Joey Arhar wrote: > >> I filed a bug here: >> https://bugs.chromium.org/p/chromium/issues/detail?id=1476503 >> >> On Sat, Aug 26,

Re: [blink-dev] Intent to Ship: :user-valid and :user-invalid CSS pseudo-classes

2023-08-28 Thread Joey Arhar
ature request for devtools in general. I >> wonder if we could separate it out from shipping this one set of 2 pseudo >> classes though? >> >> >> >> >> ☆*PhistucK* >> >> >> On Sat, Aug 26, 2023 at 6:18 PM Joey Arhar wrote: >> >>

Re: [blink-dev] Intent to Ship: :user-valid and :user-invalid CSS pseudo-classes

2023-08-26 Thread Joey Arhar
[image: image.png] > > > > ☆*PhistucK* > > > On Sat, Aug 26, 2023 at 9:14 AM Joey Arhar wrote: > >> Contact emailsjar...@chromium.org >> >> ExplainerNone >> >> Specificationhttps://drafts.csswg.org/selectors-4/#user-pseudos >> >>

[blink-dev] Intent to Ship: :user-valid and :user-invalid CSS pseudo-classes

2023-08-26 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/selectors-4/#user-pseudos Summary The :user-invalid and the :user-valid pseudo-classes represent an element with incorrect or correct input, respectively, but only after the user has significantly interacted w

[blink-dev] Intent to Ship: HTML search element

2023-08-16 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specification https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element Summary The element applies a "search" role for accessibility. It is basically the same as . From the HTML spec: The search element represents a part of

Re: [blink-dev] Intent to Ship: Remove quirks mode behavior for option label attribute

2023-08-02 Thread Joey Arhar
w and enterprise >> guards. But that obviously has a cost, so up to you if it's better to just >> specify the current quirky behavior. Maybe our efforts are better spent >> trying to actively drive down quirks mode usage somehow? >> >> Thanks for trying to clean

Re: [blink-dev] Re: Intent to Ship: Transitions on specified discrete properties

2023-07-28 Thread Joey Arhar
nks for the heads up. > > Mind sharing some links to the compat issues? > On 7/27/23 8:57 PM, Joey Arhar wrote: > > FYI: due to compat issues I encountered while launching this feature, we > decided to create a CSS property to opt-in to the new behavior. It was > resolved by

Re: [blink-dev] Re: Intent to Ship: Transitions on specified discrete properties

2023-07-27 Thread Joey Arhar
give this another week to see if >>> anyone has any feedback. But otherwise we're excited to see this ship. >>> >>> Rick >>> >>> On Wed, Mar 15, 2023 at 6:10 PM Joey Arhar wrote: >>> >>>> TAG review: https://github.com/w3ctag/d

Re: [blink-dev] Intent to Ship: CSS overlay property

2023-05-03 Thread Joey Arhar
a good faith effort to reach > consensus has been made but we're at an impasse and should ship despite the > disagreements. > > Thanks, >Rick > > On Mon, Apr 17, 2023 at 7:12 PM Joey Arhar wrote: > >> Contact emailsfuth...@chromium.org, mas...@chromium.org,

[blink-dev] Intent to Ship: CSS overlay property

2023-04-17 Thread Joey Arhar
Contact emailsfuth...@chromium.org, mas...@chromium.org, jar...@chromium.org Explainer https://github.com/chrishtr/rendering/blob/master/entry-exit-animations.md Specificationhttps://drafts.csswg.org/css-position-4/#overlay Summary Introduce a overlay property to allow authors to keep elements

Re: [blink-dev] Intent to Ship: Remove quirks mode behavior for option label attribute

2023-04-12 Thread Joey Arhar
ike its higher than this threshold :( On Wed, Apr 12, 2023 at 3:53 AM Yoav Weiss wrote: > Friendly ping! :) > > On Wednesday, March 15, 2023 at 7:13:25 PM UTC+1 Joey Arhar wrote: > >> Yes, that matches my understanding. I can see on omahaproxy that the >> usecounter was mer

Re: [blink-dev] Intent to Ship: Display and content-visibility animations

2023-04-07 Thread Joey Arhar
r's decided, even after we ship? Or would that > trigger breakage? > > On Wed, Apr 5, 2023 at 6:09 PM Joey Arhar wrote: > >> > Thoughts on Emilio's question on >> https://github.com/mozilla/standards-positions/issues/762#issuecomment-1483059117 >> RE spec text

Re: [blink-dev] Intent to Ship: Display and content-visibility animations

2023-04-05 Thread Joey Arhar
> Thoughts on Emilio's question on https://github.com/mozilla/standards-positions/issues/762#issuecomment-1483059117 RE spec text and avoiding circularity? This is about deciding how to implement the behavior when display:none is specified in a keyframes rule in a way which makes it hard or imposs

Re: [blink-dev] Re: Intent to Ship: Display and content-visibility animations

2023-03-20 Thread Joey Arhar
on, Mar 20, 2023 at 2:03 AM Yoav Weiss wrote: > > > On Wed, Mar 15, 2023 at 11:09 PM Joey Arhar wrote: > >> TAG review: https://github.com/w3ctag/design-reviews/issues/824 >> WebKit standards position: >> https://github.com/WebKit/standards-positions/issues/147 >&g

[blink-dev] Re: Intent to Ship: Transitions on specified discrete properties

2023-03-15 Thread Joey Arhar
TAG review: https://github.com/w3ctag/design-reviews/issues/825 WebKit standards position: https://github.com/WebKit/standards-positions/issues/148 Mozilla standards position: https://github.com/mozilla/standards-positions/issues/763 On Wed, Mar 15, 2023 at 1:30 PM Joey Arhar wrote: > Cont

[blink-dev] Re: Intent to Ship: Display and content-visibility animations

2023-03-15 Thread Joey Arhar
TAG review: https://github.com/w3ctag/design-reviews/issues/824 WebKit standards position: https://github.com/WebKit/standards-positions/issues/147 Mozilla standards position: https://github.com/mozilla/standards-positions/issues/762 On Wed, Mar 15, 2023 at 1:37 PM Joey Arhar wrote: > Cont

[blink-dev] Intent to Ship: Display and content-visibility animations

2023-03-15 Thread Joey Arhar
Contact emailsfla...@chromium.org, jar...@chromium.org Explainer https://github.com/w3c/csswg-drafts/issues/6429#issuecomment-1318933547 Specificationhttps://drafts.csswg.org/css-display-4/#display-animation Summary Support specifying display and content-visibility in animations. This support a

[blink-dev] Intent to Ship: Transitions on specified discrete properties

2023-03-15 Thread Joey Arhar
Contact emailsfla...@chromium.org, jar...@chromium.org Explainer https://github.com/w3c/csswg-drafts/issues/4441#issuecomment-1329749962 Specificationhttps://github.com/w3c/csswg-drafts/pull/8520 Summary Allows transitions of discrete properties to be started on properties explicitly listed in

Re: [blink-dev] Intent to Ship: Remove quirks mode behavior for option label attribute

2023-03-15 Thread Joey Arhar
; On Thu, Jan 26, 2023 at 5:07 PM Simon Pieters >> wrote: >> >>> Hi folks! >>> >>> Thanks for working on this, Joey. Removing quirks where possible is >>> always nice! >>> >>> On Wed, Jan 25, 2023 at 7:18 PM Joey Arhar wrote: >>

Re: [blink-dev] Intent to Ship: Updated dialog initial focus algorithm

2023-01-26 Thread Joey Arhar
rs would cause the spec change to land as slightly different, right? Yes. If the WebKit signal changes things then I'll just update the behavior. On Wed, Jan 25, 2023 at 3:15 AM Yoav Weiss wrote: > LGTM2 for the reasons Rick pointed out. > On Wednesday, January 25, 2023 at 6:42:39

Re: [blink-dev] Intent to Ship: Remove quirks mode behavior for option label attribute

2023-01-25 Thread Joey Arhar
culation. I > think ignoring cases where the child text is empty is also fine as it'll > avoid false positives with script updated DOM that Simon described and > because replacing empty with non-empty string is almost certainly an > improvement. WDYT? > > Rick > > > On Thu

Re: [blink-dev] Intent to Ship: Updated dialog initial focus algorithm

2023-01-24 Thread Joey Arhar
>> quite low, and ease of adaptability seems high. Also it seems clear there >> will be a significant net accessibility benefit to this change. Thanks for >> adding the finch kill-switch just in case we're wrong about all this. >> >> LGTM1 >> >>

Re: [blink-dev] Intent to Ship: Remove quirks mode behavior for option label attribute

2023-01-19 Thread Joey Arhar
shipped this behavior: https://github.com/whatwg/html/issues/2988#issuecomment-1378794167 On Thu, Jan 19, 2023 at 12:18 PM Mike Taylor wrote: > On 1/19/23 12:54 PM, Joey Arhar wrote: > > Contact emails jar...@chromium.org > > Specification https://github.com/whatwg/html/issues

[blink-dev] Intent to Ship: Remove quirks mode behavior for option label attribute

2023-01-19 Thread Joey Arhar
Contact emailsjar...@chromium.org Specificationhttps://github.com/whatwg/html/issues/2988 Summary Option elements support a "label" attribute which will cause the option to render with the text inside the attribute rather than the child text of the option element itself. This functionality is di

[blink-dev] Intent to Ship: Updated dialog initial focus algorithm

2023-01-18 Thread Joey Arhar
Contact emailsjar...@chromium.org Specificationhttps://github.com/whatwg/html/pull/8199 Summary Some changes are being made to which element is selected to get focus when a dialog element is opened: 1. Make the dialog focusing steps look at keyboard focusable elements instead of any focusable el

Re: [blink-dev] Intent to Ship: Send Mouse Events to Disabled Form Controls

2022-10-20 Thread Joey Arhar
at the >> time due to changing priorities of projects. I am happy that Joey has >> spearheaded this work and do support this intent. >> >> dave. >> >> On Mon, Oct 17, 2022 at 8:33 AM Yoav Weiss >> wrote: >> >>> >>> >>> On Sun, O

[blink-dev] Intent to Ship: Send Mouse Events to Disabled Form Controls

2022-10-15 Thread Joey Arhar
Contact emailsjar...@chromium.org Specificationhttps://github.com/whatwg/html/issues/2368 https://github.com/whatwg/html/issues/5886 No changes have been made to the spec yet, but if this launch goes well then we will likely change the HTML spec to reflect this behavior. Summary This will make m

Re: [blink-dev] Intent to Ship: accent-color CSS property

2022-08-17 Thread Joey Arhar
2, Manuel Rego wrote: >>> >>> LGTM1 >>> >>> I see this was re-discussed past week on the CSSWG and the resolution >>> was still to keep just 1 color for this property. >>> It's nice that you're willing to tweak the color flipping threshol

Re: [blink-dev] Re: Intent to Ship: Element.isVisible method

2022-06-29 Thread Joey Arhar
The CSSWG has resolved to rename the method to checkVisibility: https://github.com/w3c/csswg-drafts/issues/7317 On Wed, Jun 8, 2022 at 8:36 AM Philip Jägenstedt wrote: > https://github.com/w3c/csswg-drafts/issues/7317 is still ongoing, so I > think we should just wait until it's settled in the n

Re: [blink-dev] Re: Intent to Ship: Element.isVisible method

2022-05-20 Thread Joey Arhar
850#issuecomment-1010363945>. > > dave. > > On Thu, May 19, 2022 at 6:52 PM Mike Taylor > wrote: > >> Given the CSSWG resolution in >> https://github.com/w3c/csswg-drafts/issues/7274#issuecomment-1130214343, >> LGTM1 to ship assuming we're not shipping `

[blink-dev] Re: Intent to Ship: Element.isVisible method

2022-05-05 Thread Joey Arhar
> Can you ask for signals? https://github.com/mozilla/standards-positions/issues/634 https://lists.webkit.org/pipermail/webkit-dev/2022-May/032218.html On Wed, May 4, 2022 at 3:02 AM Yoav Weiss wrote: > > > On Wednesday, May 4, 2022 at 1:08:11 AM UTC+2 Joey Arhar wrote: > >&

Re: [blink-dev] Re: Intent to Ship: form rel attribute

2022-05-05 Thread Joey Arhar
> Can you open a Mozilla position to let them know this is shipping in Chromium? Done: https://github.com/mozilla/standards-positions/issues/633 On Wed, May 4, 2022 at 6:04 AM mkwst via Chromestatus < admin+mk...@cr-status.appspotmail.com> wrote: > LGTM3. > > -- > You received this message beca

[blink-dev] Intent to Ship: Element.isVisible method

2022-05-03 Thread Joey Arhar
Contact emailsjar...@chromium.org Explainer https://github.com/WICG/display-locking/blob/main/explainers/isvisible.md Specificationhttps://drafts.csswg.org/cssom-view/#dom-element-isvisible Summary Element.isVisible() returns true if the element is visible, and false if it is not. It checks a v

[blink-dev] Intent to Ship: form rel attribute

2022-05-03 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://html.spec.whatwg.org/multipage/forms.html#attr-form-rel Summary This feature adds the "rel" attribute to form elements, which makes it possible to prevent window.opener from being present on websites navigated to by form eleme

[blink-dev] Intent to Prototype: Element.isVisible method

2022-04-27 Thread Joey Arhar
Contact emailsjar...@chromium.org Explainer https://github.com/WICG/display-locking/blob/main/explainers/isvisible.md Specificationhttps://drafts.csswg.org/cssom-view/#dom-element-isvisible Summary Element.isVisible() returns true if the element is visible, and false if it is not. It checks a v

[blink-dev] Intent to Ship: hidden=until-found HTML attribute and beforematch event

2022-03-17 Thread Joey Arhar
Contact emailsjar...@chromium.org Explainer https://github.com/WICG/display-locking/blob/master/explainers/hidden-content-explainer.md Specificationhttps://github.com/whatwg/html/pull/7475 Design docs https://github.com/WICG/display-locking/blob/master/explainers/hidden-content-explainer.md Sum

Re: [blink-dev] Re: Intent to Ship: Autofill in ShadowDOM

2022-03-08 Thread Joey Arhar
ave any update on the ongoing "Autofill in ShadowDOM" issue, is > there a solution in place, if not then when can we expect the release/live? > > Thanks in Advance, > Prerana > > On Tuesday, February 22, 2022 at 10:42:28 PM UTC+5:30 Joey Arhar wrote: > >> > Do

Re: [blink-dev] Re: Intent to Ship: Autofill in ShadowDOM

2022-02-22 Thread Joey Arhar
> Does this works in other browsers? Have we reported bugs if it doesn't? I just found this WebKit bug someone else reported: https://bugs.webkit.org/show_bug.cgi?id=172567 I'm guessing this means it doesn't work in WebKit, at least. On Thu, Feb 17, 2022 at 12:21 PM Joey Arha

Re: [blink-dev] Re: Intent to Ship: Autofill in ShadowDOM

2022-02-17 Thread Joey Arhar
new HTML features — which would > likely work out-of-the-box anyhow. Please follow this guide and elaborate > on how developers would inspect & debug this new feature please. Thanks! > > On Wednesday, February 16, 2022 at 7:30:31 PM UTC+1 Joey Arhar wrote: > >> > Yea

Re: [blink-dev] Re: Intent to Ship: Autofill in ShadowDOM

2022-02-16 Thread Joey Arhar
> Yeah, and there's already an issue about that: > https://github.com/web-platform-tests/wpt/issues/27118 Thanks! I'll watch this in case I can ever add WPTs for this. > Does this works in other browsers? Have we reported bugs if it doesn't? I don't think other browsers do this, but I couldn't g

Re: [blink-dev] Intent to Ship: Auto-expand details elements

2021-10-15 Thread Joey Arhar
e. > > -mike > > > On Fri, Oct 1, 2021 at 11:42 AM Balazs Engedy wrote: > >> Thank you for the detailed differential threat analysis, SGTM from the >> permissions side. Glad to see the ongoing work on robust and comprehensive >> mitigations. >> >>

Re: [blink-dev] Intent to Ship: Auto-expand details elements

2021-09-30 Thread Joey Arhar
> in anticipation of a future world where the preexisting vectors of snooping have been mitigated I am planning on adding a delay to find-in-page in order to mitigate find-in-page snooping which would work with this feature, beforematch, and the existing scroll events: https://bugs.chromium.org/p/

Re: [blink-dev] Intent to Ship: Auto-expand details elements

2021-09-22 Thread Joey Arhar
(in a quiz type of thing) via this element... > > ☆*PhistucK* > > > On Sat, Sep 18, 2021 at 6:55 PM Joey Arhar wrote: > >> > Will there be an opt out (without resorting to using other elements)? >> >> No, there is no plan to add an opt-out for this featu

Re: [blink-dev] Intent to Ship: Auto-expand details elements

2021-09-18 Thread Joey Arhar
On Fri, Sep 17, 2021 at 4:55 PM Joey Arhar wrote: > >> > I think it's fair to say "positive", given the like and retweet signals >> on https://twitter.com/tomayac/status/1403119516922662913 and >> https://twitter.com/tomayac/status/1293696281370669057 where th

Re: [blink-dev] Intent to Ship: Auto-expand details elements

2021-09-17 Thread Joey Arhar
assuming correctly that developer opt-in is not required. On Fri, Sep 17, 2021 at 1:56 AM Yoav Weiss wrote: > > > On Fri, Sep 17, 2021 at 8:41 AM 'Thomas Steiner' via blink-dev < > blink-dev@chromium.org> wrote: > >> >> >> On Fri, Sep 17, 2021 at 3:

[blink-dev] Intent to Ship: Auto-expand details elements

2021-09-16 Thread Joey Arhar
Contact emailsjar...@chromium.org Explainer https://github.com/WICG/display-locking/blob/main/explainers/auto-expanding-details-explainer.md Specificationhttps://github.com/whatwg/html/pull/6466 Design docs https://github.com/WICG/display-locking/blob/main/privacy-assessments/auto-expanding-deta