A further opportunity to help evolve CSS 3
Jason Cranford Teague has volunteered to edit the CSS Basic UI, CSS Hyperlink Presentation, CSS Fonts and CSS Web Fonts modules and is looking for feedback from users on the latter two. He asks:
Tell me what you think are some of the font styles and features missing from the current specification. What do you expect to be able to do with typography on your Web pages that you can not do now? What are you doing now with kludges that you would like to see simpler ways of doing?
Leave a comment on his blog if you have any ideas; and why not leave a comment here, too, to let us know what your opinions are? No deadline has been given, but I suppose it’s the sooner, the better.













[...] A further opportunity to help evolve CSS 3 http://www.css3.info/a-further-opportunity-to-help-evolve-css-3/ [...]
How about the ability to style individual characters? We already have the pseudo selector :first-letter.
The syntax may look something like this
h1:chars(’a') { color: red; }
h1:chars(’b') { color: blue; }
This would avoid the whole <span class=”a”>a</span><span class=”b”>b</span>
:chars may also use a delimited list i.e h1:letter(’a',’b') and it would accept characters other than a-z.
What about font outlines? Not rectangular borders, but outlines on the text itself. That would be great for readability.
Hello, I am from the Netherlands and learning much about css. I have a problem with my navigation. A few jears ago I used frames te open a link from the menu in just another frame, I had just one navigation list te make and to change. Now I have nagivation on every page of my site (like 100 page’s) and when I need the change something I need to change that on al those page’s. So I like to now if I can open a link from my navigation menu from the left box to the box in the middle, like the situation with frames. I think this is not possible jet, so I hope with CSS3 this is possible.
Greatings from Holland,
Danielle
How about background-repeat-start and background-repeat-end, or maybe even something like background-repeat-length - That would really speed up page times when you want a long background to start in a certain place. (Hope you understand!)
@Danielle,
Use PHP includes, or use a CMS like Wordpress, Joomla, Drupal, Mambo etc.
Just realised I used the wrong email. There’s my gravatar there ;p.