Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

namespaces.css 379B

123456789101112131415161718
  1. /* From the spec at http://www.w3.org/TR/css3-namespace/ */
  2. @namespace toto "http://toto.example.org";
  3. @namespace "http://example.com/foo";
  4. /* From an introduction at http://www.blooberry.com/indexdot/css/syntax/atrules/namespace.htm */
  5. @namespace foo url("http://www.example.com/");
  6. @namespace foo url('http://www.example.com/');
  7. foo|test {
  8. gaga: 1;
  9. }
  10. |test {
  11. gaga: 2;
  12. }