LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Added CSS Mixins 1 #256

Closed SebastianZ closed 1 month ago

SebastianZ commented 2 months ago

The spec. is still very much in flux, though there are already two features defined. One is the @function rule and the other one the related CSSFunctionRule DOM API.

I'm not perfectly sure about the test cases, though. Especially the using() clause for declaring function dependencies is unclear to me, so I'm not sure I provided proper tests for it.

Sebastian

LeaVerou commented 2 months ago

It seems a bit early for these, are there any implementations?

SebastianZ commented 2 months ago

No, though with our tests we reflect what is in the specs, even if they are very experimental. Specs like Color 6, Display 4, Line Grid 1, or Linked Parameters 1 also don't have any implementations, so far (at least as I know of). Though we still list them as (experimental) specs.

And once CSS Mixins 1 changes, we'll also adjust the tests.

Sebastian

LeaVerou commented 2 months ago

Ah ok, originally we'd only add features that were a bit more mature, but I'm fine with that change in direction.