[w3m-dev 04180] Re: italic text
Katsumi Yamaoka <[email protected]> Wed, 06 Dec 2006 20:41:30 +0900
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
>>>>> In [w3m-dev : No.04179] wrote: > HTML Web > HTML XML ( > p ) > <p><b>bold<u>bold-underline</b>underline</u></p> > > <p><b>bold<u>bold-underline</u></b>underline</p> > > --- p > +--- b >| +--- bold (text) >| +--- u >| +--- bold-underline (text) > +--- underline(text) > > u b > ETAG b ETAG > > > # XML invalid HTML > # Spec. > # > HTML Spec. HTML > > > # w3m ;) Forefox IE6 w3m <html><b>bold<u>bold-underline</b>underline</u></html> emacs-w3m () spec --