Khushal Sagar
Khushal Sagar
### WebKittens @smfr ### Title of the spec HTML ### URL to the spec https://github.com/whatwg/html/issues/9332 ### URL to the spec's repository _No response_ ### Issue Tracker URL _No response_ ###...
Currently if an element has a non-none computed value for `view-transition-name`, it participates in the transition irrespective of whether it is in the visible viewport. This means the element will...
[CSS View Transitions Module Level 2](https://drafts.csswg.org/css-view-transitions-2/) is ready for FPWD. Filing this issue to do a formal resolution. The level has open issues that still need to be resolved for...
The spec currently traverses all DOM elements to look for view transition names, see text [here](https://drafts.csswg.org/css-view-transitions-1/#capture-old-state-algorithm:~:text=block%20size.-,For%20each%20element%20of%20every%20element%20that%20is%20connected%2C%20and%20has%20a%20node%20document%20equal%20to%20to%20document,-%2C%20in%20paint%20order). This should probably be tree scoped similar to other CSS naming conventions like [scroll...
CSS Pseudo spec defines [tree-abiding pseudo-elements](https://www.w3.org/TR/css-pseudo-4/#treelike) which are pseudo-elements that fit in the box tree like DOM elements. All of the view-transition pseudo-elements are also tree-abiding pseudo-elements. While the View...
### What problem are you trying to solve? The Web has extensive support for rendering text, both in terms of complex styling/layout and features on top of text content. For...
### WebKittens @smfr @annevk ### Title of the proposal Canvas place element ### URL to the spec https://html.spec.whatwg.org/ ### URL to the spec's repository https://github.com/WICG/canvas-place-element ### Issue Tracker URL _No...
If a css property decides capture mode, how do we resolve when it's different between old/new DOM. we generally err towards resolving such conflicts from new DOM state. But in...