|
Posted by Harlan Messinger on January 23, 2008, 9:00 am
Please log in for more thread options Andy Dingley wrote:
>> http://www.w3.org/TR/2008/WD-html5-20080122/#the-header
>>
>> have a good day
>
> http://www.w3.org/TR/2008/WD-html5-20080122/#the-font
>
> The font element doesn't represent anything. It must not be used
> except by WYSIWYG editors, which may use it to achieve presentational
> affects. Even WYSIWYG editors, however, should make every effort to
> use appropriate semantic markup and avoid the use of media-specific
> presentational markup.
>
> <!DOCTYPE HTML>
> <html>
> <head>
> <title></title>
> <meta name="generator" content="Sample Editor 1.0 (WYSIWYG editor)">
> </head>
> <body>
> <font style="display: block; border: solid">
> <h1>Hello.</h1>
> </font>
>
>
> Well, that works for me...
I'm waiting for the day when a WYSIWYG HTML editor is one that doesn't
have menu options for font family, size, color, or underlining at all
(though Strong and Emphasized are OK) and will only allow classes and
IDs to be assigned (creating SPANs when the selected text is something
other than the entire content of an element. A separate CSS editor, of
course, will need to be included.
|