kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

<q> tags not displaying as expected #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
HTML spec states:

Note: According to the HTML 4.01 spec, the q element should render with
delimiting quotation marks. This works in Mozilla browsers (Firefox) and
Opera. Internet Explorer ignores this entirely.

Example source:

Here comes a short quotation: <q>here is a short quotation here is a short
quotation</q>  

Should display:

Here comes a short quotation: "here is a short quotation here is a short
quotation"

http://www.w3schools.com/tags/tag_q.asp

Original issue reported on code.google.com by glenn.re...@gmail.com on 8 Sep 2007 at 9:02

GoogleCodeExporter commented 8 years ago
Since it is not possible to achieve that the quote marks gets displayed in all 
browsers (without JS), I think the best 
solution is to remove them from all browsers, so that users may insert them in 
the source. 

See related article at alistapart.com. 

Original comment by ola...@gmail.com on 12 Sep 2007 at 4:48

GoogleCodeExporter commented 8 years ago
Considering this issue closed. 

Original comment by ola...@gmail.com on 25 Sep 2007 at 12:10