Closed Bug 477599 Opened 15 years ago Closed 15 years ago

Expose ARIA semantics for HTML 5 draggable

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: davidb, Assigned: davidb)

References

(Blocks 2 open bugs)

Details

(Keywords: access)

Attachments

(1 file)

We should expose aria-dragged semantics for gecko's implementation of html5 draggable.
Assignee: nobody → david.bolter
Status: NEW → ASSIGNED
Attachment #379601 - Attachment is patch: true
Attachment #379601 - Attachment mime type: application/octet-stream → text/plain
Note: I took out the unnecessary nsContentUtils include file locally -- we can't link to that stuff anyways.
Attachment #379601 - Flags: review?(surkov.alexander)
Attachment #379601 - Flags: review?(marco.zehe)
Comment on attachment 379601 [details] [diff] [review]
WIP (exposes draggable as distinct from grabbed)

I think this is all we can do.
Comment on attachment 379601 [details] [diff] [review]
WIP (exposes draggable as distinct from grabbed)

Looks correct.
Attachment #379601 - Flags: review?(marco.zehe) → review+
Attachment #379601 - Flags: review?(surkov.alexander) → review+
Comment on attachment 379601 [details] [diff] [review]
WIP (exposes draggable as distinct from grabbed)

r=me

1) we could want a common way to know if element is dragable
2) we could think of how to deal with dragged selection
3) we could expose dropeffect extracted from dataTransfer object of dragEvent on dragover

but it's target of further investigations
(In reply to comment #4)
> Note: I took out the unnecessary nsContentUtils include file locally -- we
> can't link to that stuff anyways.

and please line up

nsAccUtils::SetAccAttr(aAttributes, nsAccessibilityAtoms::draggable,
1863	        NS_LITERAL_STRING("true"));

properly if it isn't.
Fixed alignment thanks.

Pushed http://hg.mozilla.org/mozilla-central/rev/9a292ed0fb21
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: