fantasai
fantasai
Styling within form controls is generally undefined territory. There are both historical and technical reasons for this. Since the issue seems to be about wanting alignment and not really about...
@rtoy What I usually end up doing in the duplicate dfn case is to make the deleted instance not a dfn. (I'm frequently putting diffs into our changelogs, so I'm...
@svgeesus Fwiw, I fixed up the handling of github issues when "Inline Github Issues" is false so it looks nicer in https://github.com/tabatkins/bikeshed/pull/2143 (see [example](https://www.w3.org/TR/css-values-4/#issues-index)) so I've switched css-values-4 to using...
Candidate vs Proposed is distinguishing which changes the WG is proposing for review/implementation (WD/CR-phase) and which they are proposing for AC review (PR-phase). The reason for this is that for...
No, CSS does not have control over autoplay. Setting both transition/animation to none and transition/animation-duration to 0 seems redundant?
@bfgeek Clarified in https://github.com/w3c/csswg-drafts/commit/d896c01cc5490a308d6fc8d355e92cc07ced5fbd ; within a baseline-sharing group, once you resolve to physical alignment directions, the fallback preferences should be the same for all items. We believe this resolves...
Sounded to me like `RESOLVED: Not Yet`
> Could be updated in the future to use the WCAG 3.0 algorithm as an explicit option, but that spec is far from setled and this future upgrade should not...
The `align-self` and `justify-self` properties initialize to `auto`, which for absolutely-positioned elements _does not reference the container`_. https://www.w3.org/TR/css-align-3/#valdef-justify-self-auto We might have a compat problem here that we need to address...
In full, this seems to be where we're at: `*-self` applies to abspos: * for non-static, it aligns within the inset box * for static, it aligns within the staticpos...