-
200814 Aug
Posted in Browsers, CSS3 Previews, Modules
Just a flying update, to provide some links of interest (with little-to-no comment):
- Firefox 3.1’s release date has been pushed back a little; I understand that, CSS-wise, Transforms and Web Fonts are the current blockers.
- John Resig takes a look at the implementation of border-image in FF 3.1 (with examples supplied by us)
- The CSS Marquee module has made it to Working Draft status. And now, with the rise of the mobile web and limited screen size, it actually has a practical implementation.
You can skip to the end and leave a response.
-
Comments
-
01.
I don’t know about the marquee thing. It may be a bit practical mobile-wise. But as for desktop use.. I think marquee’s died out a few years ago. They’re kind of annoying and if you miss something you have to watch it again unless you have it programmed to stop when you roll over it. ..Which it looks like this working draft does not have that option to do that.
*shrug* It wouldn’t be something I would use, but it’s good to have it on hand I guess as is with everything.
-
02.
I fail to see how Marquee is at all a good use of W3C resources. If screen size is a hinderance to view, the user agent should be able to do something about it. Yea gods!
Let’s get DOM properties in CSS eh? Something our old friends MS’ proposed years ago. That would make things easier…
container { margin: 0 auto; }
left_colum { left: container.left + 10px; }
middle_column { left: left_column.right + 10px; }
right_colum { left: middle_column.right + 10px; }Heck, we could even get a hacky little element for simple multicolumn stuff!
middle_column { text-columns: 2; float-relative: container; }
right_column { text-columns: 2; float-relative: column; }How many of you can instantly figure out what something like that would look like? How many of you can code it easily in CSS?
-
03.
No HTML Experience Needed* (So Says SiteGrinder) « PhilSpace says:Comment » September 9th, 2008 at 5:42 am
[…] overstretched clear gifs. But its not quite baked yet. And as customers and users expect more dynamic interaction, intuitive responses, and solid SEO – the farther tools like SiteGrinder will fall […]
-
04.
[…] Saved by MiniYuri on Thu 20-11-2008 IdeBagus Saved by XxSailorPrincess92xX on Wed 19-11-2008 A few links of note Saved by domwan on Wed 19-11-2008 Retrodesign med CSS3 Saved by Satri on Sat 08-11-2008 opera 9 […]
-
01.