Open
Bug 719463
Opened 13 years ago
Updated 2 years ago
<iframe browser> should not expose .contentWindow or .contentDocument
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: benjamin, Unassigned)
Details
The new <iframe browser> should not expose the .contentWindow or .contentDocument properties. It would be better not to have them at all, but for now I suppose we can just make them throw an exception.
Comment 1•13 years ago
|
||
Since b2g needs quite a bit different features what <html:iframe> has now, would it make
sense to add <html:browser> element.
Comment 2•13 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #1)
> Since b2g needs quite a bit different features what <html:iframe> has now,
> would it make
> sense to add <html:browser> element.
Seems like worth discussing it. It would also decrease all the possible cost that some events would require (titlechange or iconchange for example).
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•