VOOZH about

URL: https://bugzilla.mozilla.org/show_bug.cgi?id=614754

⇱ 614754 - Determine the text alignment of option elements based on the computed direction of their parent select element, and not by the direction of the option element itself


Closed Bug 614754 Opened 15 years ago Closed 15 years ago

Determine the text alignment of option elements based on the computed direction of their parent select element, and not by the direction of the option element itself

Determine the text alignment of option elements based on the computed direction of their parent select element, and not by the direction of the option element itself
Core
Layout: Form Controls
Trunk
All
All
defect
Not set
normal
Points:
---
RESOLVED INVALID
RESOLVED
INVALID
Iteration:
---
a11y-review
Accessibility Severity
Performance Impact
Size Estimate
Webcompat Priority
Webcompat Score
Tracking Status
relnote-firefox
thunderbird_esr115
thunderbird_esr140
firefox-esr115
firefox-esr140
firefox-esr153
firefox152
firefox153
firefox154
data:text/html,<select size=4 style="...
---
QA Whiteboard:
---
Has STR:
---
Change Request:
---
Bug Flags:
Signature:
None
This bug is publicly visible.

 
Reporter

Description

15 years ago
The HTML5 spec has been modified to suggest that: "User agents are expected to render the labels in a select in such a manner that any alignment remains is consistent whether the label is being displayed as part of the page or in a menu control." <http://dev.w3.org/html5/spec/Overview.html#the-select-element-0> We currently use the option element's computed direction style to determine the text alignment of the option element, and we need to change that to determine the text alignment based on the computed direction of the parent select element. This applies to both <select> and <select size=n>.
It's not clear to me how the text you quote implies the conclusion.... but that might be because the grammar is so atrocious that I can't tell what it's trying to say.
Reporter

Comment 2

15 years ago
I have actually filed the bug in error. I will file the correct bug soon, and instead of morphing this one, I will close it to minimize the confusion in the future.
No longer blocks: html5bidi
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Reporter

Comment 3

15 years ago
The correct issue is bug 614851.
You need to log in before you can comment on or make changes to this bug.