Hello,

For compatibility with Mozilla XForms Extension, XSLTForms still has 
some support for namespace in CSS rules, like this:

       @namespace xforms url(http://www.w3.org/2002/xforms);
       xforms|*:invalid
       {
         background-color: red;
       }
       xforms|label.title
       {
           font-size: 15pt;
           font-weight: bold;
           color: #000099;
          margin-bottom: 2em;
       }

Actually, most XSLTForms users seem to ignore this feature and it might 
become optional in the next release for performance reasons (and 
because, being implemented with XSLT 1.0, it currently requires external 
CSS files to contain a dummy document element!). Replacing every 
"xf|tag" by ".xforms-tag" is producing the same behavior.

XForms implementers, what do you think of CSS rules for XForms?

XForms users, do you really like this feature?

Thank you for your comments!

Alain Couthures
agenceXML



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to