Closed
Bug 114321
Opened 24 years ago
Closed 24 years ago
hreflang handling broken in site navigation bar (links toolbar)
Categories
(SeaMonkey :: UI Design, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: burnus, Assigned: bzbarsky)
References
()
Details
Attachments
(1 file)
|
707 bytes,
patch
|
bzbarsky
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
Hi
If I read the spec correctly (URL) than the link type are case sensitive.
Using lowercase types (in the HTML 4.01 spec they are lowcase with exception of
the first letter) in XHTML doesn't work.
Testcase: http://www.physik.fu-berlin.de/~fsi/
I couldn't find anything in the XHTML spec that says that they have to be
case-sensitive.
| Reporter | ||
Comment 1•24 years ago
|
||
s/link type are case sensitive/link type are case insensitive/
^^
| Assignee | ||
Comment 2•24 years ago
|
||
Nothing to do with case. We already lowecase all the rel and rev attr values in
that code.
The code to do mapping for hreflang attributes was broken -- it was using getKey
and getValue instead of .key and .value
Tim or Stuart, would you review the upcoming patch?
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P2
Target Milestone: --- → mozilla0.9.8
Comment 4•24 years ago
|
||
r=Tim
I'm not authorized to edit attachments, so I can't update the patch's status to
"has review"
| Assignee | ||
Updated•24 years ago
|
Attachment #61017 -
Flags: review+
Updated•24 years ago
|
QA Contact: sairuh → claudius
| Assignee | ||
Comment 5•24 years ago
|
||
*** Bug 116890 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 6•24 years ago
|
||
resummarizing so I can find it. :)
Summary: Site Navigation Bar: <link>-rel: Link Types are case sensitive → hreflang handling broken in site navigation bar (links toolbar)
| Assignee | ||
Comment 7•24 years ago
|
||
*** Bug 117731 has been marked as a duplicate of this bug. ***
Comment 8•24 years ago
|
||
Comment on attachment 61017 [details] [diff] [review]
The fix
sr=jag
Attachment #61017 -
Flags: superreview+
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•