Closed
Bug 1266077
Opened 7 years ago
Closed 7 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•7 years ago
|
||
Attachment #8743288 -
Flags: review?(bkelly)
![]() |
Assignee | |
Comment 2•7 years ago
|
||
Attachment #8743294 -
Flags: review?(bkelly)
![]() |
Assignee | |
Updated•7 years ago
|
Attachment #8743288 -
Attachment is obsolete: true
Attachment #8743288 -
Flags: review?(bkelly)
Updated•7 years ago
|
Whiteboard: btpp-active
Comment 3•7 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•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1d1b0febedc2
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•