moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
30
mozilla/htmlparser/tests/html/span001.html
Normal file
30
mozilla/htmlparser/tests/html/span001.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!--Commented code available in commented_code/index.html-->
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<TITLE>Test SPAN001</TITLE>
|
||||
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<p>
|
||||
In HTML standard, SPANs are not allowed to cross Paragraphs.
|
||||
<br> In Vav4.0, SPAN tags go thour paragraphs and other block-level elements,
|
||||
except tbles.
|
||||
<br>It be compatable with Nav4.0 and HTML standard, HTMLParser
|
||||
close all SPANs before open a new paragraph, and reopen SPANs
|
||||
inside the new paragraph
|
||||
<br>
|
||||
|
||||
<FONT color=red>
|
||||
Text ater the color=red SPAN is opend.
|
||||
</P>
|
||||
Text in a new paragraph.
|
||||
</P>
|
||||
<p>
|
||||
Text after the new paragrapg is closed, still in color=red SPAN.
|
||||
</FONT>
|
||||
<br>
|
||||
Text ater the color=red SPAN is closed.
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user