Re: Using the X in XHTML to make hacks work in validators
"Kornel Lesinski" <[email protected]>
| Newsgroups | gmane.comp.web.html.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Nov 2008 17:32:36 -0000, Tei <[email protected]> wrote: > Any idea? If you just want to appease the W3C Validator, then write your own DTD. I've written one that allows <input type=search>: <!DOCTYPE html PUBLIC "-//KURS BROWSEHAPPY//DTD XHTML 1.0 Strict + Hacks//EN" "http://kurs.browsehappy.pl/xhtml.dtd"> See http://kurs.browsehappy.pl/xhtml.dtd It's not using the X of XHTML. For HTML it looks almost identical. -- regards, Kornel Lesinski