Closed Bug 943603 Opened 11 years ago Closed 11 years ago

Don't let doc accessible keep trailing br

Categories

(Core :: Disability Access APIs, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla29

People

(Reporter: surkov, Assigned: surkov)

References

(Blocks 1 open bug)

Details

(Keywords: access)

Attachments

(1 file)

Attached patch patchSplinter Review
copy of bug 899433
Attachment #8338822 - Flags: review?(trev.saunders)
Comment on attachment 8338822 [details] [diff] [review]
patch

>   TreeWalker walker(this, rootElm);
>+  Accessible* child = nullptr;
>+  Accessible* lastChild = nullptr;
>+  while ((child = walker.NextChild())) {

you could do
while (Accessible* child = ...) {
to limitt the scope of child if you like
Attachment #8338822 - Flags: review?(trev.saunders) → review+
https://hg.mozilla.org/mozilla-central/rev/b2708e7b2c95
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: