- From: <bugzilla@jessica.w3.org>
- Date: Mon, 29 Aug 2011 18:22:42 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13954 Summary: Define DOM mutation operations that automatically check for editability Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HTML Editing APIs AssignedTo: ayg@aryeh.name ReportedBy: ayg@aryeh.name QAContact: sideshowbarker+html-editing-api@gmail.com CC: mike@w3.org, public-webapps@w3.org Currently I do lots of DOM operations where I first check whether the nodes are editable/editing hosts/etc. This should be moved to some kind of wrapper, so that all DOM mutations in the spec are invoking some subroutine that does the checks. I'll still need to do editability checks elsewhere, but this will make them more idiot-proof. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Monday, 29 August 2011 18:22:44 UTC