-
Large number of the [WPT tests for css-transforms-1] are now incorrect (they were correct at one time but have not been updates as the specification changed to reflect actually implemented behavior). …
-
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23015
smfr updated
8 months ago
-
Learning updates:
[CSS Rounded Corners
[CSS Border Images
[CSS Backgrounds
[CSS Colors
[CSS Color Keywords
[CSS Gradients
[CSS Shadows
[CSS Text Effects
[CSS Web Fonts
[CSS 2D Transforms
…
-
Visio 2013+ supports a set of "Effects" like glow, 3D-transform, etc.
Need to check the possibility to supporting these.
-
Gecko currently serializes 0% as specified in the `translate` property whereas Blink and WebKit omit it.
I think omitting it makes sense to follow the shortest form rule and to be consistent with …
-
A list of features I think we should add:
- [x] `aspect-ratio` CSS property
- [x] `gap` for Flexbox (https://github.com/web-platform-dx/web-features/pull/494, https://github.com/mdn/browser-compat…
-
I stumbled upon the [Using CSS Transforms](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms#rotating) page
The image `screen_shot_2016-02-16_at_15.53.54.png` liv…
-
Long discussion in https://www.w3.org/Bugs/Public/show_bug.cgi?id=15605 with some completed spec edits. It ended with the need to test UAs to see if they matched the spec'd behavior.
-
In `v4` the value as follows
```
--overlay: rgba(var(--color-600), var(--overlay-value))
```
is transformed to something like
```
--overlay: rgba(51, 51, 51, 0.7)
```
But on `v3` it was tran…
-
For de-facto [1] interop [2] reasons relating to WebKit/Blink implementation behavior, a `pseudo stacking context` should be defined.
Proposal: an element induces a `pseudo stacking context` if at …