On Fri, 14 Jul 2000, Hugo Haas wrote:

> The pretty source view doesn't show the real source code: it highlights
> the markup information, but it also converts the elements and attributes
> to uppercase, which makes a valid XHTML document invalid in source view.
> 
> For example, the minimal XHTML document showed[1] in the XHTML
> specification[2]:

   Hmm, it's unsafe defaults for
HTMLSRC_ATTRNAME_XFORM and HTMLSRC_TAGNAME_XFORM (I chose them for html). Set
the following in lynx.cfg to solve this:
        HTMLSRC_ATTRNAME_XFORM:1
        HTMLSRC_TAGNAME_XFORM:1

  But lynx is still html browser.

>[...] 
> which is invalid.
> 
> Regards,
> 
> Hugo
> 
>   1. http://www.w3.org/TR/2000/REC-xhtml1-20000126/#docconf
>   2. http://www.w3.org/TR/2000/REC-xhtml1-20000126/
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
> 

 Best regards,
  -Vlad


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to