- From: Bruce Lawson <brucel@opera.com>
- Date: Tue, 11 Nov 2014 11:35:47 +0000
- To: Florian Rivoal <florian@rivoal.net>
- Cc: Bogdan Brinza <bbrinza@microsoft.com>, "www-style@w3.org" <www-style@w3.org>
On 11 November 2014 11:23, Florian Rivoal <florian@rivoal.net> wrote:
> there were web-compat concerns back at Opera
FYI, there were sites doing "clearfix" but instead of doing
.container:after {
content:"";
display:table;
clear:both;
}
they'd typo'd it to
.container {
content:"";
...
}
and so replaced all their content with "" in Presto Opera. (and, of
course, their "clearfix" didn't work in any other browser).
Received on Tuesday, 11 November 2014 11:36:16 UTC