[w3m-dev 04187] Re: italic text

Hideyuki SHIRAI (白井秀行) <[email protected]> Fri, 08 Dec 2006 18:56:16 +0900 (JST)
Newsgroups gmane.comp.web.w3m.devel
Organization Resident at Meadowy farm.
Message-ID <[email protected]>
##  multi-part  ;_;



From: Katsumi Yamaoka <[email protected]> 
Subject: [w3m-dev 04186] Re: italic text
Message-ID: <[email protected]>
Date: Fri, 08 Dec 2006 08:27:02 +0900

> > 
> > 
>
> 
>  emacs-w3m  CVS  italic 
> w3m  commit ?  
>  emacs-w3m  italic text 
> 



()emacs-w3m 
 w3m 


emacs-w3m  BUGS.ja 

>>  Known LIMITATIONs
>> (1) w3m  Del/Strike



http://emacs-w3m.namazu.org/ml/msg08116.html



 HTML (test.html)  half
dump  <del> 

a               strike start<U>[DEL:</U>b
a               b
.....
a               b
a               b<U>:DEL]</U>strike end

emacs-w3m  [DEL::DEL] 
 'a' 
 w3m 
Emacs 

## italic 
## strike  ^^;;;

--
 (mailto:[email protected])

---test.html---
<html><head><title>Bolld & Strike & Underline Test Page</title></head><body>
<h1>Test Bold(&lt;B&gt;), Strike(&lt;Del&gt;) &amp; UnderlineStrike(&lt;U&gt;) in Table</h1>
<table width="99%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" summary=""><tr>

<td valign="top" rowspan="5" width="125" class="navigation">
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
</td>

<td valign="top" align="left">
b<br>
anchor start<a href="http://emacs-w3m.namazu.org/">b<br>
b<br>
b<br>
b</a>anchor end<br>
b<br>
b<br>
b<br>
bold start<b>b<br>
b<br>
b<br>
b<br>
b</b>bold end<br>
b<br>
b<br>
b<br>
strike start<del>b<br>
b<br>
b<br>
b<br>
b<br>
b</del>strike end<br>
b<br>
b<br>
underline start<u>b<br>
b<br>
b<br>
b<br>
b</u>underline end<br>
b<br>
</td>
</table>

</body></html>
---test.html---