Closed Bug 61319 Opened 24 years ago Closed 24 years ago

:lang(xx) does not seems to affect quotes

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 35768

People

(Reporter: christophe, Assigned: pierre)

Details

The following HTML file does not seem to be properly displayed. Expected result: <test> «test» Actual result: <test> <test> --------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="fr"> <head> <title>Test</title> <style> <!-- q { quotes: "<" ">" "<" ">"; } q:lang(fr) { quotes: "«" "»" "«" "»"; } --> </style> </head> <body> <p><q>test</q></p> <p><q lang="fr">test</q></p> </body> </html>
*** This bug has been marked as a duplicate of 35768 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
VERIFIED DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.