[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 #6 from Shaofei Cheng <csf178@gmail.com> 2011-10-11 03:25:25 UTC ---
(In reply to comment #5)
> > 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.

I tried the HTML above in Firefox 7.0 and the two base element returns
different value when get IDL attribute href.

It looks conflict with Boris' comment?

-- 
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 Tuesday, 11 October 2011 03:25:55 UTC