Closed
Bug 1152309
Opened 10 years ago
Closed 10 years ago
The text is displayed on the left side of the image in the YouTube with RTL interface, which depends on li { text-align: match-parent } in UA stylesheet
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: over68, Assigned: smontagu)
References
Details
(Keywords: rtl)
Attachments
(1 file)
302 bytes,
text/html
|
Details |
The text is displayed on the left side of the image in the YouTube with RTL interface.
See sample page https://dl.dropboxusercontent.com/u/95157096/85f61cf7/eh5owj36sz.html
Screenshot https://dl.dropboxusercontent.com/u/95157096/85f61cf7/jq26eyg2zu.png
Component: Untriaged → Layout
Keywords: rtl
Product: Firefox → Core
Summary: The text is displayed on the left side of the image in the YouTube → The text is displayed on the left side of the image in the YouTube with RTL interface
Assignee | ||
Comment 1•10 years ago
|
||
What this boils down to is that webkit has li { text-align: match-parent; } in the UA stylesheet, and we don't.
Assignee: nobody → smontagu
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(smontagu)
Flags: needinfo?(dbaron)
Summary: The text is displayed on the left side of the image in the YouTube with RTL interface → The text is displayed on the left side of the image in the YouTube with RTL interface, which depends on li { text-align: match-parent } in UA stylesheet
Is this fixed now that bug 645642 is fixed?
Assignee | ||
Comment 3•10 years ago
|
||
Yes, this is fixed both in the link in comment 0 and in the original site on YouTube (but you need to view YouTube in an RTL language to see it there).
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•