[MPlayer-dev-eng] Re: [PATCH] Development (Was: Clean up

Gabucino gabucino at mplayer.dev.hu
Fri Mar 1 18:22:51 CET 2002


Daniel Egger didn't RTFM :
> > It should assume default. And if someone argues with me about
> > standards, I say it's only natural for a browser for using default FONT
> > for <p>, because the standard is broken. Pity it doesn't use it for <td> .
> A browser will always use the user defined fonts if you don't force it
> to use others with font tags. If it doesn't for <td> it's the browsers
> fault. 
Precisely. It uses user defined fonts in <td>, unless defined again.

Example 1 :
<FONT NAME=hinnye>
  text displayed with hinnye font
  <TABLE><TD>text displayed with default font</TD></TABLE>
</FONT>

Example 2 :
<FONT NAME=hinnye>
  text displayed with hinnye font
  <TABLE><TD><FONT NAME=huha>text displayed with huha font</FONT></TD></TABLE>
</FONT>

Example 3 : (I use this)
<FONT NAME=hinnye>
  text displayed with hinnye font
  <TABLE><TD><FONT NAME=huha>text displayed with huha font</TD></TABLE>
</FONT>

There is no </FONT>, that's why tidyhtml whines. And I'm not interested
in adding some hundred </B>'s and </FONT>'s, for some broken standard, which
gives me much pain anyways.

-- 
Gabucino
"I think the developers placed this bug intentionally, so the GUI won't run
on specific systems. They are Debian-lovers, I see this from the docs." -- lama
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020301/e1c67552/attachment.pgp>


More information about the MPlayer-dev-eng mailing list