Closed
Bug 562039
Opened 15 years ago
Closed 14 years ago
[HTML5] all text on site is underlined on red in HTML5 mode
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 572713
People
(Reporter: Virtual, Unassigned)
References
()
Details
(Keywords: nightly-community)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.9.3a5pre) Gecko/20100426 Minefield/3.7a5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100426 Minefield/3.7a5pre
Like bug title says:
all text on site is underlined on red with HTML5 mode enabled
Reproducible: Always
Steps to Reproduce:
1. enable HTML5 mode in about:config (html5.enable=true)
2. open http://www.camino.pl/
3. see what happens when you move mouse cursor on the page;)
Actual Results:
all text in underlined on red
Expected Results:
text should be underlined
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•15 years ago
|
Severity: enhancement → major
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
The page has an unclosed <a name="gora"> that contains all the content. The old parser closed <a> when it hit a <table>, and certainly when it hit another <a>, but the html5 spec says to not do that, as I recall.
In any case, not a layout issue.
Component: Layout → HTML: Parser
QA Contact: layout → parser
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 2•15 years ago
|
||
Odd...
It renders properly with latest Chromium, Opera and Safari
But how about closing it to get better compatibly with some sites ?
If not, we can close this bug ;p
Comment 3•15 years ago
|
||
> But how about closing it to get better compatibly with some sites ?
You mean not follow the spec? How about you bring this up on the whatwg or public-html mailing list and ask for a spec change?
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 4•15 years ago
|
||
I'm too n00by with mailing list, so I leave this things to you guys.
And if it wont be fixed (cause its not fx bug) we can close it :)
Duplicating forward, because the newer bug has a more focused test case.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•7 years ago
|
Keywords: nightly-community
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•7 years ago
|
QA Contact: Virtual
You need to log in
before you can comment on or make changes to this bug.
Description
•