![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When I use the <q> tag, IE 6 doesn't put quotes around the quotation. |
|
I tried specifically doing it in a stylesheet: q:before { content: open-quote; } q:after { content: close-quote; } but it didn't work. |
|
Is there any workaround for this (preferably not using Javascript, but I will if I have to)? |
#3
| |||
| |||
|
|
Forget the <q> element (which is getting removed from HTML anyway, |
#4
| |||
| |||
|
|
Forget the <q> element (which is getting removed from HTML anyway, and never was supported in a useful way), and use quotation marks as actual |
#5
| ||||
| ||||
|
|
That is odd. I don't think I am alone in believing that there will be no more versions of HTML. |
|
It won't go away from XHTML either, unless the current draft of XHTML 2.0 is accepted. |
|
QUOTE and Q seem oddly similar. |
|
Why they intend to change the name of the bloody thing I'll never know. |
#6
| |||
| |||
|
|
tina (AT) greytower (DOT) net (Tina Holmboe) wrote: That is odd. I don't think I am alone in believing that there will be no more versions of HTML. There will. They will just be called XHML something. XHTML is just a syntactic transmogrification of HTML. |
|
Why they intend to change the name of the bloody thing I'll never know. You will. It's simply because Q is a dead end. It's broken by design. If you use Q, then your quotations are rendered as normal textual content on browsers that don't support Q (such as IE). The QUOTE element is of questionable practical usefulness - it was invented too |
|
late - but at least you can use it without breaking your pages. |
#7
| |||
| |||
|
|
So ... q>This is a quotation</q will be rendered, in a UA that does not support Q, as This is a quotation whereas quote>This is a quotation</quote will be rendered, in a UA that does not support QUOTE, as ... what ? |
#8
| |||
| |||
|
|
whereas quote>This is a quotation</quote will be rendered, in a UA that does not support QUOTE, as ... what ? |
#9
| |||
| |||
|
|
q>This is a quotation</q will be rendered, in a UA that does not support Q, as This is a quotation whereas quote>This is a quotation</quote will be rendered, in a UA that does not support QUOTE, as ... what ? Exactly the same as in a UA that does support quote. "Visual user agents must not by default add delimiting quotation marks (as was the case for the q element |
#10
| |||
| |||
|
|
On Sat, 11 Oct 2003, Tina Holmboe wrote: whereas quote>This is a quotation</quote will be rendered, in a UA that does not support QUOTE, as ... what ? You'd look a bit more clueful if you had read this first: |
|
The anomaly is that in their exhibit, the quotation marks are placed inside the <quote> element - but the quotation marks are not, logically, a part of the quoted text. Thus, IMNSHO the quotation marks should be placed outside of the <quote> tags, not inside them |
![]() |
| Thread Tools | |
| Display Modes | |
| |