From: Mike N. <mh...@us...> - 2004-08-06 18:10:54
|
On Fri, 2004-08-06 at 10:36, Shaun Murray wrote: > On 6 Aug 2004, at 18:14, Matthew McNaney wrote: > > If someone wants to create a persistent style sheet as the foundation > > of 0.9.4. go for it. I'll abide by it. I figured I would get into > > this once 0.9.4 was completely functional but we can start now if > > you'd like. > > OK, I'll have a bash later at defining a style sheet and set of UI > guidelines for where they should be used. Hopefully I can come up with > some standard elements of the UI so that module developers don't have > to reinvent the wheel. Shawn, Can we just use type selectors for the persistent stylesheet? I'd like to avoid Class, ID, descendant, child, etc. selectors in the core/persistent stylesheet if possible. W3C has a sample recommended set for browser UAs. It may provide a place for us to start discussion. Appendix A. A sample style sheet for HTML 4.0 http://www.w3.org/TR/REC-CSS2/sample.html We'll be able to use persistent, preferred, and alternate styleshets with title grouping in 0.9.4 also. See the debug theme for examples. In additional Mozilla is working on tracking alternate stylesheet selection by users. There is an extension for Firefox available that demonstrates this functionality. No javascript or cookies are necessary. XML-Stylesheet PI http://www.w3.org/TR/xml-stylesheet/ Style Sheet Chooser 0.1 http://update.mozilla.org/extensions/moreinfo.php?id=192 -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |