-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
x86
-
windows_nt
Name: anR10225 Date: 05/26/2004
html Parser closes some tags from the stack when encounters <style>
tag within <body> context, though it should just ignore it.
load the following HTML into editor pane :
<table border=1>
<tr><td>
aaa
<style> </style>
bbb
</tr></td>
</table>
This HTML is displayed as follows :
-------
| aaa |
-------
| bbb |
-------
changing <style> tag to any invalid one fixes this :
-----------
| aaa bbb |
-----------
The same picture should be with the <style> tag.
This bug is the regression cased by the fix for the bug
4813155 (HTML style element not handled)
======================================================================
- duplicates
-
JDK-5053272 Regression in html parsing in tiger beta 2
-
- Resolved
-
- relates to
-
JDK-4813155 HTML style element not handled
-
- Resolved
-