
6 Feb
2012
6 Feb
'12
9:24 p.m.
On Mon, February 6, 2012 12:14 pm, Jim Adcock wrote:
Mapping what you are saying to the HTML world, what you are saying is that instead of including the CSS inline in the markup HTML file, we should have that CSS separated into a separate CSS file, and if we needed to target very small machines, or EPUB machines, or MOBI machines then we could just have separate CSS files for those machines, or just do pragmatic marking of some small regions of those CSS files using @media statements and queries so we don't actually even have to create a separate CSS file for each major class of machine.
If I have correctly understood this terribly run-on sentence... yes.