[w3m-dev 04201] Re: <del>, <s>, <ins>, and so on

Hideyuki SHIRAI (白井秀行) <[email protected]> Fri, 22 Dec 2006 11:00:50 +0900 (JST)
Newsgroups gmane.comp.web.w3m.devel
Organization Resident at Meadowy farm.
Message-ID <[email protected]>

 test.html 
http://www.meadowy.org/~shirai/tmp/test.html


# html  ^^;;;

From: Hiroyuki Ito <[email protected]> 
Subject: [w3m-dev 04200] Re: <del>, <s>, <ins>, and so on
Message-ID: <[email protected]>
Date: Thu, 21 Dec 2006 22:52:21 +0900 (JST)

> > (3)
> > a               strike start<U>[DEL:</U><s>b</s>
> > a               <s>b</s>
> > .....
> > a               <s>b</s><U>:DEL]</U>strike end
> >
> > 
>
>  (3) 



> > 
> >
> > <U>[INS:</U>insert<U>:INS]</U>
> >
> >  (__)
>
> 

ins  halfdump 

a               insert start<U>[INS:</U>b
a               b
a               b<U>:INS]</U>insert end

CVS  w3m-fontify-insert => t  [INS:INS:]
 face [INS:, :INS]  <del> 
 insert  face 

a               insert startb
a               b           ~
~~~~~~~~~~~~~~~~~
a               binsert end
~~~~~~~~~~~~~~~~~



> # emacs-w3m  CVS 
> # 

emacs-w3m 
 :-)

<del> 

a               insert start<U>[INS:</U><ins>b</ins>
a               <ins>b</ins>
a               <ins>b</ins><U>:INS]</U>insert end



> <ins>  Firefox  IE6 
> underline  lynx 
>  <ins>...</ins>  <u>...</u>
> 
> 

Firefox  IE opera  underline 


(*1)
a               insert start<ins>b</ins>
a               <ins>b</ins>
a               <ins>b</ins>insert end

w3m  emacs -nw  underline 


> > 
> > 
>
> normal text [DEL:deleted text:DEL] normal text
>
> 
>
> normal text      <s>deleted text</s>      normal text
>
> 
>
> normal text <s>     deleted text     </s> normal text
>
> 

<ins>  (*1) 
del 

-- 
 (mailto:[email protected])