Mason Freed

Results 64 issues of Mason Freed

Once [declarative Shadow DOM](https://github.com/whatwg/dom/issues/831) is a thing, it would be very nice to be able to declaratively specify a (shared) `adoptedStyleSheets` value, by reference. This would avoid the need to...

topic: shadow
needs implementer interest
addition/proposal

This PR goes along with the two in [HTML](https://github.com/whatwg/html/pull/5465) and [DOM](https://github.com/whatwg/dom/pull/892) to add declarative Shadow DOM to the spec. This PR goes along with the discussion at [#912](https://github.com/whatwg/dom/issues/912), to opt-in...

In [this section](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/CSSAnchoredPositioning/explainer.md#how-should-maintenance-of-logical-order-work) of the explainer, there is a discussion of the maintenance of logical order based on the `anchor` attribute. My question is whether this is needed at all,...

CSS Anchored Positioning

The anchor positioning proposal contains this proposed syntax: ```javascript document.getElementById('myPopup').anchor = document.getElementById('myButton'); ``` Quick question: when you execute that line on ``, do you get ``? What if you instead...

CSS Anchored Positioning

Here are a couple example use counter plots: - The `` element: https://chromestatus.com/metrics/feature/timeline/popularity/1896 - The HTML `` element: https://chromestatus.com/metrics/feature/timeline/popularity/1897 - The Custom Elements v0 API: https://chromestatus.com/metrics/feature/timeline/popularity/457 - The HTML Imports...

bug
Metrics

The CSSWG recently [resolved](https://github.com/w3c/csswg-drafts/issues/6965#issuecomment-1118033655) to add a `:modal` pseudo class that applies to elements that are "modal". That was general purpose, in that it should apply to anything that fits...

The fullscreen spec says this: ```css *|*:not(:root):fullscreen { top:0 !important; right:0 !important; bottom:0 !important; left:0 !important; } ::backdrop { top:0; right:0; bottom:0; left:0; } ``` For brevity and (small) performance...

The explainer for this feature is here: https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md The issue discussion is here: https://github.com/whatwg/dom/issues/831 There is a corresponding [Pull Request](https://github.com/whatwg/dom/pull/892) for the DOM spec that goes along with this PR....

needs implementer interest
topic: shadow
impacts documentation

For some historical context, see https://github.com/whatwg/html/issues/624 which is about a media query that used to be in the spec for the `` element. The original purpose was to support mobile...

topic: rendering

The [` proposal`](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/ControlUICustomization/explainer.md) allows for arbitrary HTML within the contained ``s. Further, it allows the developer to fully replace big chunks of the anatomy including the button and the listbox....

select
stale