[Webkit-unassigned] [Bug 143479] REGRESSION: Wrong layout in http://www.heroquestclassic.com/heroes-fe-de-erratas-y-un-breve-descanso/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 12 09:57:47 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143479

--- Comment #12 from Darin Adler <darin at apple.com> ---
The style sheet named pb-view.css has these rules in it:

.template-wrapper .span3, :not(.portfolio-grid li.span3) {
    width: 22.75%;
}

.template-wrapper .span12 .span3, :not(.portfolio-grid li.span3) {
    width: 21.25%;
}

Those rules are going to apply to practically every element on the page, and are going to set their width to about a fifth of what the should be. Older versions of WebKit without proper :not support would incorrectly ignore these rules. I believe the error here was using a comma rather than using a space. I believe the :not is supposed to be a descendant selector.

I suggest we not change WebKit and instead get the website to fix their broken style sheet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150412/2bb3a3b6/attachment.html>


More information about the webkit-unassigned mailing list