Alex Russell

Results 42 issues of Alex Russell

We currently rely on some **proto** magic with regards to existing DOM elements to provide the illusion of subclassing HTML elements. Combined with Mutation Observers, this allows us to fake...

It should be possible to dump and re-create the solver's state and owned variables from a JSON-style format. Implement such a feature.

Line box heights are currently not correctly setting the total height of generated AnonymousBlock items.

Today's TextBox class inherits from Inline, meaning it generates far too many constraints and c.Variable instances. Create a simplified constraint and variable set instead.

Z-index and other forms of paint-order control are currently unimplemented. Add a processing pass to the block/box lists to correctly order boxes for painting both globally and locally

Table elements create several exclusive layout modes, some of which are based on replaced content resolution. Implement support for these modes in Block::generate() or some subclass implementation.

This element is awesome! One minor thing I noticed in the demo is that the visual progress updates at something less than 60fps, causing the progress bar to feel janky....

enhancement
help wanted

Hey friends, It looks like a few of the demos are broken, e.g.: https://material-components.github.io/material-web/demos/elevation-overlay/ Also, links from demos to the "view source" button at the upper right hand side end...

The Plane Detection API explainer currently lacks a section on considered alternatives. Knowing the depth of the design thinking helps give everyone (including Blink API OWNERS) confidence in designs.

Howdy all! Excited to see this work moving forward and the explainer is in generally very helpful. It'd be helpful to perhaps follow the [TAG's guidance on explainers](https://w3ctag.github.io/explainers) in a...