|
|||||||
| General Discussion and support for your general issues associated with web design. |
| View Poll Results: Which type of formatting is better ?? | |||
| using the colon after the closing tag |
|
1 | 100.00% |
| using the colon before the closing tag |
|
0 | 0% |
| Voters: 1. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Yeah it's true, this thread is more or less the result of me being obsessively overly pedant, and additionally being a kind of a "formatting maniac" ...
For instance, consider my software.html page. As you can see, in all cases where I link to some program's website, I use the colon character after the "strong" closing/ending tag. But the thing is that on the very same page, I also use it the other way, i.e. use the colon char before the closing tag so that it's itself bold too. An example of one such program's link: Code:
... <strong>BartPE</strong>: <a href="http://www.nu2.nu/pebuilder" onclick="target='_blank';">http://www.nu2.nu/pebuilder</a> ... Code:
<strong>My various blogs:</strong> Code:
<strong>TinyURL:</strong> Code:
<strong>Disclaimer 1:</strong> thanks in advance, tayiper
__________________
If you want, please check out my main site: http://tadej-ivan.50webs.com/ (XHTML/CSS, W3C-valid), and enjoy reading my computing-related discoveries, hints, principles, and rules ... Last edited by tayiper; 09-28-2006 at 05:55 PM. Reason: a minor formatting fix |
|
#2
|
||||
|
||||
|
In one of my sites, I use
Code:
<em>something</em>; |
|
#3
|
||||
|
||||
|
OK, thanks much for sharing your experiences/choices ...
tayiper
__________________
If you want, please check out my main site: http://tadej-ivan.50webs.com/ (XHTML/CSS, W3C-valid), and enjoy reading my computing-related discoveries, hints, principles, and rules ... |
|
#4
|
||||
|
||||
|
If you want screen readers to read the colon in the "stronger emphasis" or "emphasis" voice, place it inside the STRONG or EM tags. Otherwise, you normally can't see a difference in how they look, save for large text sizes maybe. I mix and match.
__________________
My Blog: FundaMental Disaster Accessible DHTML Tabs | Quick CSS Positioning Explanation | Quick Floated Elements Explanation | 50% + 50% != 100% | Gaps Under Images | ID vs. Class | Gappy Lists in Internet Explorer | Why Tables Are Slower | Benefits of XHTML vs. HTML | Linking to External Style Sheets | About DOCTYPES | Web Design is a Peanut Butter & Jelly Sandwhich | CSS: To Hack Or Not To Hack | Internet Explorer and Transparent PNGs |
|
#5
|
||||
|
||||
|
For what it's worth, all the print style guides I've dealt with in the past would specify that the colon should have the same type style/weight as the word that it adjoins, so in the above examples it would be included within the 'strong' elements.
__________________
"That's what the gods are! An answer that will do! Because there's food to be caught and babies to be born and life to be lived and so there is not time for big, complicated, and worrying answers! Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be." -- from Nation, by Terry Pratchett freelancer.internet.com Email me |
|
#6
|
||||
|
||||
|
Ehmm, now I got so many different opinions (also on other forums) that I am even more confused than previously, lol ...
tayiper
__________________
If you want, please check out my main site: http://tadej-ivan.50webs.com/ (XHTML/CSS, W3C-valid), and enjoy reading my computing-related discoveries, hints, principles, and rules ... |
|
#7
|
||||
|
||||
|
If it makes you feel any better, even the Chicago Manual of Style is kind of wishy-washy about it:
Quote:
Quote:
__________________
"That's what the gods are! An answer that will do! Because there's food to be caught and babies to be born and life to be lived and so there is not time for big, complicated, and worrying answers! Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be." -- from Nation, by Terry Pratchett freelancer.internet.com Email me |
|
#8
|
||||
|
||||
|
Thanks much "NogDog" for the link and pasted text !!
tayiper
__________________
If you want, please check out my main site: http://tadej-ivan.50webs.com/ (XHTML/CSS, W3C-valid), and enjoy reading my computing-related discoveries, hints, principles, and rules ... |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|