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 12486 - "Editable" would be simpler if you defined it recursively
Summary: "Editable" would be simpler if you defined it recursively
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 17:06 UTC by contributor
Modified: 2011-08-04 05:12 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-04-13 17:06:35 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#contenteditable

Comment:
"Editable" would be simpler if you defined it recursively, like: "An HTML
element is editable if either its contenteditable attribute is set to the true
state, or it is the root element of a Document that has designMode enabled, or
its contenteditable attribute is set to the inherit state and its parent is
editable."

Posted from: 68.175.61.233
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.28 (KHTML, like Gecko) Chrome/12.0.725.0 Safari/534.28
Comment 1 Aryeh Gregor 2011-04-13 17:49:49 UTC
Never mind, I'll just redefine this in the editing commands spec.
Comment 2 Michael[tm] Smith 2011-08-04 05:12:04 UTC
mass-move component to LC1