On Thursday 22 January 2004 14:35, Brent J. Nordquist wrote:
>
> Sometimes it's terminated with tag end:        "font-size: 0pt>"
> [e.g. the whole style= tag attribute isn't quoted.]
>
> Sometimes the space is left out:               "font-size:0pt"
> Sometimes it's a 1-point font, equally bogus:  "font-size: 1pt"
> Sometimes I see "px" instead of "pt":          "font-size: 1px"
> [Don't know if "px" is even legal, but they're trying it.  :-)]

px - pixel
pt - point
em - ems: relative size against browser default font size.

1em is fine.  Never tried 0em in a browser to see what happens.

Fonts tend to get unreadable by around the 4pt mark, unless using a screen 
magnifier :)

If the tag looks like [span style="f0nt-size: 0px]", it's blatantly invalid 
HTML, and should possibly get scored for that too.  Single quotes are also 
possible a la style=''.  They might also inline a style sheet, and use class 
tagging, rather than style.  In that case, you need to forget about looking 
for style='', and just look for the font-size parameter in the body.

Yay CSS.


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to