Closed
Bug 1266077
Opened 10 years ago
Closed 10 years ago
Fix <base> href getter to follow updated spec
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
(Whiteboard: btpp-active)
Attachments
(1 file, 1 obsolete file)
See https://github.com/whatwg/html/issues/1060 for the spec bits. We should be using the fallback base URI, not the document URI, for this reflection.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8743288 -
Flags: review?(bkelly)
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8743294 -
Flags: review?(bkelly)
| Assignee | ||
Updated•10 years ago
|
Attachment #8743288 -
Attachment is obsolete: true
Attachment #8743288 -
Flags: review?(bkelly)
Updated•10 years ago
|
Whiteboard: btpp-active
Comment 3•10 years ago
|
||
Comment on attachment 8743294 [details] [diff] [review]
Fix <base> href getter to follow the spec; it should be using the fallback base URI to resolve against, not the document URI
Review of attachment 8743294 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM based on the outcome of that spec issue.
Attachment #8743294 -
Flags: review?(bkelly) → review+
Comment 5•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•