Hi
Today I noticed that a site I was working on had an annoying
declaration:
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
This is, IMHO, a hack around HTML's failed table-less layout model
(hopefully CSS3's box model will solve that).
Anyway the issue is by adding that dot, or any other content via a
style sheet, the browser has to create a new text node which occupies
space. In my case, that space amounted to a difficult-to-identify 10
pixel gutter at the bottom of the screen. Very annoying!
To cut it shortish, why doesn't Firebug display anything and
everything added to the page via the CSS content declaration? I would
expect to see this being added on page load via the HTML tab's
"Highlight changes", "Expand changes" and "Scroll changes into view"
options.
Perhaps I'm missing something obvious however I think this would be a
very handy aspect to Firebug.
Look forward to any feedback.
Thanks
pd
--
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug