"Paul J. Lucas" wrote:
>         And I still think that:
>           <DIV CLASS="employee_info">
>             Name: <SPAN CLASS="text::name">John Q. Public</SPAN><BR>
>             Job: <SPAN CLASS="text::job">mod_perl guru</SPAN>
>           </DIV>
>         is cleaner still: *pure* HTML (no fake elements) that any web
>         tool will understand [...]

Great idea, but just one note; ':' is not legal in CSS class names. In
fact, underscores are not even allowed in CSS class names! (Dashes are
allowed, however.)

ELB

Reply via email to