Closed
Bug 1088467
Opened 9 years ago
Closed 9 years ago
Space exposed at start of li element when CSS list-style is none
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: Jamie, Assigned: xidorn)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.27 KB,
patch
|
jfkthame
:
review+
MarcoZ
:
review+
lmandel
:
approval-mozilla-aurora+
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Str: 1. Open the following URL: data:text/html,<ul><li style="list-style: none;">test</li></ul> 2. Examine the text for the list item accessible. Expected: "test" Actual: " test" It makes sense that a space should be exposed after the prefix (e.g. bullet) if there is one (which wasn't the case before Firefox 32). However, if there is no prefix, a space shouldn't be exposed. This worked as expected in Firefox 32 (no space if no prefix), but regressed in Firefox 33. This is causing spurious blank lines to appear in NVDA browse mode with screen layout disabled. Related NVDA issue ticket: http://community.nvda-project.org/ticket/4568
Comment 1•9 years ago
|
||
Most likely a regression from bug 1013160. xidorn, could you take a look, please?
Blocks: 1013160
Flags: needinfo?(quanxunzhen)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → quanxunzhen
Status: NEW → ASSIGNED
Flags: needinfo?(quanxunzhen)
OS: Windows 8.1 → All
Hardware: x86_64 → All
Version: 33 Branch → Trunk
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8510878 -
Flags: review?(surkov.alexander)
Attachment #8510878 -
Flags: review?(jfkthame)
Updated•9 years ago
|
Attachment #8510878 -
Flags: review?(jfkthame) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8510878 [details] [diff] [review] patch Stealing review from Surkov. I ran with this patch and can confirm the fix. Also ran the a11y test suite and it passes. Thanks for this quick patch!
Attachment #8510878 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 4•9 years ago
|
||
BTW, should we uplift this patch?
Flags: needinfo?(mzehe)
Keywords: checkin-needed
Assignee | ||
Comment 5•9 years ago
|
||
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=65a99b37f679
Comment 6•9 years ago
|
||
(In reply to Xidorn Quan [:xidorn] (UTC+11) from comment #4) > BTW, should we uplift this patch? We can try, at least for Aurora, so the fix gets in the hands of end users sooner. I am not sure what the policy is for beta, since this will have been broken in two consecutive releases (32 and 33). But you can request approval anyway. I've set the Affected flags accordingly.
status-firefox33:
--- → affected
status-firefox34:
--- → affected
status-firefox35:
--- → affected
status-firefox36:
--- → affected
Flags: needinfo?(mzehe)
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Marco Zehe (:MarcoZ) from comment #6) > (In reply to Xidorn Quan [:xidorn] (UTC+11) from comment #4) > > BTW, should we uplift this patch? > > We can try, at least for Aurora, so the fix gets in the hands of end users > sooner. I am not sure what the policy is for beta, since this will have been > broken in two consecutive releases (32 and 33). But you can request approval > anyway. I've set the Affected flags accordingly. Actually, I think it is a regression of bug 966166, not of bug 1013160. Hence it doesn't affect 32.
Reporter | ||
Comment 8•9 years ago
|
||
It works as expected in Firefox 32.
Comment 9•9 years ago
|
||
OK, so the flags are correct above. Yeah, request approval for Aurora and beta once this lands on m-c and we'll see where it goes.
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c72e16da125b
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/c72e16da125b
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Assignee | ||
Comment 12•9 years ago
|
||
Comment on attachment 8510878 [details] [diff] [review] patch Approval Request Comment [Feature/regressing bug #]: bug 966166 [User impact if declined]: As described in comment 0 [Describe test coverage new/current, TBPL]: Add one test in mochitest a11y [Risks and why]: no risk AFAIK [String/UUID change made/needed]:
Attachment #8510878 -
Flags: approval-mozilla-beta?
Attachment #8510878 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
Comment 13•9 years ago
|
||
Comment on attachment 8510878 [details] [diff] [review] patch Beta+ Aurora+
Attachment #8510878 -
Flags: approval-mozilla-beta?
Attachment #8510878 -
Flags: approval-mozilla-beta+
Attachment #8510878 -
Flags: approval-mozilla-aurora?
Attachment #8510878 -
Flags: approval-mozilla-aurora+
Comment 14•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/1b0cb783df31 https://hg.mozilla.org/releases/mozilla-beta/rev/2e54d90546ce
You need to log in
before you can comment on or make changes to this bug.
Description
•