[Bug 13859] It seems href IDL attribute on base element doesn't reflect content attribute when there is more than one base element with "href".

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13859

--- Comment #5 from Boris Zbarsky <bzbarsky@mit.edu> 2011-10-05 14:27:25 UTC ---
> I don't actually understand what the code does.

Gecko's code for .href on a <base> attribute is as follows:

1)  Try to create a valid URI using the document's current URI as the base URI
    and the value of the attribute as the uri reference.
2)  If this succeeeds,  return the result.
3)  If not, return the value of the attribute.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 5 October 2011 14:27:32 UTC