- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 21 Feb 2010 09:32:44 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9105
Summary: t.target instanceof HTMLLIElement) { // use the
element's data-value="" attribute as the value to be
moving:
event.dataTransfer.setData(internalDNDType,
event.target.dataset.value); event.effectAllowed =
'move'; // only allow moves }
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-
work/#introduction-5
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Section: http://www.whatwg.org/specs/web-apps/current-work/#introduction-5
Comment:
t.target instanceof HTMLLIElement) { // use the element's data-value=""
attribute as the value to be moving:
event.dataTransfer.setData(internalDNDType, event.target.dataset.value);
event.effectAllowed = 'move'; // only allow moves } else {
event.preventDefault(); // don't allow sel
Posted from: 188.62.136.93
--
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 Sunday, 21 February 2010 09:32:45 UTC