rtfeldman / elm-css

Typed CSS in Elm.
https://package.elm-lang.org/packages/rtfeldman/elm-css/latest
BSD 3-Clause "New" or "Revised" License
1.23k stars 196 forks source link

Rename `generalSiblings` #590

Open pete-murphy opened 9 months ago

pete-murphy commented 9 months ago

generalSiblings is (I think) a misnomer, since the selector will only apply to subsequent siblings, so I think subsequentSiblings would be a more appropriate name. See the discussion in the CSS Working Group Specifications repo:

Renamed to Subsequent-sibling Combinator per WG acceptance of dbaron's comments.