This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17015 - Please clarify if edit-ability inherits across <iframe seamless> and if we should respect iframe.contentDocument.designMode
Summary: Please clarify if edit-ability inherits across <iframe seamless> and if we sh...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 23:19 UTC by contributor
Modified: 2012-09-05 18:12 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-05-09 23:19:50 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#dom-iframe-seamless
Complete: http://www.whatwg.org/c#dom-iframe-seamless

Comment:
Please clarify if edit-ability inherits across <iframe seamless> and if we
should respect iframe.contentDocument.designMode

Posted from: 173.164.128.209
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.9 (KHTML, like Gecko) Chrome/20.0.1115.1 Safari/536.9
Comment 1 Eric Seidel 2012-05-09 23:23:16 UTC
Currently we do respect iframe.contentDocument.designMode = "on" and do *not* inherit user-modify:
http://css-infos.net/property/-webkit-user-modify

This was discussed in https://bugs.webkit.org/show_bug.cgi?id=85940.
Comment 2 contributor 2012-07-18 17:26:51 UTC
This bug was cloned to create bug 18148 as part of operation convergence.
Comment 3 Ian 'Hixie' Hickson 2012-07-27 00:00:19 UTC
Yeah I don't think we should inherit it, and the spec implicitly supports this view, but it would be good to be explicit in some non-normative note somewhere.
Comment 4 Ian 'Hixie' Hickson 2012-09-05 18:11:14 UTC
Is this sufficient?
Comment 5 contributor 2012-09-05 18:12:12 UTC
Checked in as WHATWG revision r7319.
Check-in comment: Clarify that contenteditable doesn't propagate into seamless iframes.
http://html5.org/tools/web-apps-tracker?from=7318&to=7319