- From: Florian Rivoal via GitHub <noreply@w3.org>
- Date: Thu, 26 Mar 2026 15:28:37 +0000
- To: public-css-archive@w3.org
frivoal has just labeled a pull request from Psychpsyo for https://github.com/w3c/csswg-drafts as "css-overflow-3": == [ css-overflow-3] Note that overflow applies to replaced elements == The spec description of overflow and browsers agree that it has effects on replaced elements. (Well, WebKit doesn't agree, but Chrome and Firefox do.) Example HTML that showcases this: ```html <!DOCTYPE html> <img style="width: 300px; height: 300px; object-fit: cover; overflow: visible;" src="https://upload.wikimedia.org/wikipedia/commons/0/0d/Great_Wave_off_Kanagawa2.jpg"> ``` See https://github.com/w3c/csswg-drafts/pull/13672 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 26 March 2026 15:28:38 UTC