Skip to content

Instantly share code, notes, and snippets.

@Schepp
Created May 17, 2014 17:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Schepp/ac6a6a653e434bd4beb6 to your computer and use it in GitHub Desktop.
Save Schepp/ac6a6a653e434bd4beb6 to your computer and use it in GitHub Desktop.

WPDS Düsseldorf - CSS Group

CSS documentation that needs review

A lot of the CSS properties were imported from Mozilla'S MDN or Microsoft's MSDN. Therefore the strcuture of the pages does not follow the structure requested by the Webplatform.org CSS Property guide. We should update them. Those are the properties in question:

The History tells you if someone has already worked on the page or it is a unreviewed import.

General Topics

  • Check code examples for prefixes, and remove them
  • Check code examples for unnessesary extra code (e.g. -tags) and remove them, too

Creation of new CSS tutorial pages

  • Create a CSS tutorial for flexbox
  • Create a CSS tutorial for grids

Creation of new CSS property pages

The socalled [master list](Document less prominent features coming from http://docs.webplatform.org/wiki/Meta:web_platform_wednesday/master_list) still features some useful CSS properties that would be nice to document, e.g. object-fit. We should browse through that document and identify these properties (they are just a few).

Very specific ideas

  • CSS filter funtions: Improve the explanation of the corresponding SVG filters
  • CSS Transform functions: Add a note about transforms automatically creating new stacking contexts
  • CSS visibility property: Document the recent findings of Jake Archibald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment