[css-snap-size-1] Add snap-width-block*
11 files changed
tree: d6aaf265b7b705a748557641615483a578c3c9e3
  1. compositing-1/
  2. css-align-3/
  3. css-animations-1/
  4. css-backgrounds-3/
  5. css-box-3/
  6. css-break-3/
  7. css-color-3/
  8. css-color-4/
  9. css-conditional-3/
  10. css-counter-styles-3/
  11. css-exclusions-1/
  12. css-flexbox-1/
  13. css-fonts-3/
  14. css-gcpm-3/
  15. css-grid-1/
  16. css-images-3/
  17. css-lists-3/
  18. css-masking-1/
  19. css-multicol-1/
  20. css-namespaces-1/
  21. css-page-3/
  22. css-pseudo-4/
  23. css-regions-1/
  24. css-ruby-1/
  25. css-shapes-1/
  26. css-snap-size-1/
  27. css-speech-1/
  28. css-style-attr-1/
  29. css-syntax-3/
  30. css-tables-3/
  31. css-text-3/
  32. css-text-decor-3/
  33. css-transforms-1/
  34. css-transitions-1/
  35. css-transitions-2/
  36. css-ui-3/
  37. css-values-3/
  38. css-variables-1/
  39. css-writing-modes-3/
  40. css1/
  41. css21/
  42. cssom-1/
  43. cssom-view-1/
  44. filters-1/
  45. fonts/
  46. geometry-1/
  47. mediaqueries-3/
  48. reference/
  49. selectors-3/
  50. selectors-4/
  51. support/
  52. tools/
  53. vendor-imports/
  54. work-in-progress/
  55. .gitignore
  56. .gitmodules
  57. .hgignore
  58. .hgsub
  59. .hgsubstate
  60. .htaccess
  61. .travis.yml
  62. CONTRIBUTING.md
  63. LICENSE
  64. README.md
README.md

W3C CSS Test Suite Repository

This repository contains top level directories for all of CSS specs for which we currently have tests. Place tests in the appropriate directory based on the first rel=“help” link in the test. If you are writing tests for a spec and it doesn't yet have a directory here, feel free to create it.

There are a few directories that do not map to specifications:

support/ contains common image files to which many of the tests link in this location

tools/ is random scripts that may be useful when administering tests.

vendor-imports/ is where third parties may import their tests that originate and are maintained in an external repo. Files in this directory should never be modified in this repo, but should go through the vendor's process to be imported here.

work-in-progress/ is a legacy directory that contains all the work that was once submitted to the repo, but was not yet ready for review. Since the CSSWG has adopted the GitHub pull request process, no new files should be landed here. The subdirectories here are named by test author or contributing organization.

Linking Your Tests to Specifications

In addition to placing your tests in the appropriate directory in this repository, you must also include at least one specification link in the test metadata, following these guidelines.

For CSS tests, you must also be sure you’re linking to a specific level of the spec, generally the first level where the feature being tested is defined. Where possible, it’s preferable to link to the official version of the spec, which will start with https://www.w3.org/TR/. This can usually be found as the ‘Latest version’ link in the spec itself and will include the level of the spec in the URL. For example, the proper link to level 1 of the CSS Flexbox spec is:

https://www.w3.org/TR/css-flexbox-1/#RELEVANT_SECTION

When testing features not yet available in an official draft, link to the appropriate Editor’s Draft found at https://drafts.csswg.org/. Be sure to include the level of the specification in the link. For example, the proper link to the CSS Flexbox Level 1 Editor’s Draft is:

https://drafts.csswg.org/css-flexbox-1/#RELEVANT_SECTION

Contributing

Absolutely everyone is welcome (and even encouraged) to contribute to test development, so long as you fulfill the contribution requirements detailed in the Contributing Guidelines. No test is too small or too simple, especially if it corresponds to something for which you've noted an interoperability bug in a browser.

Getting Involved

If you wish to contribute actively, you're very welcome to join the public-css-testsuite@w3.org mailing list by signing up to our mailing list. The mailing list is archived.

Write Access

This section only applies if you have cloned the repository from Mercurial. If you've cloned it from GitHub, which is a mirror of the canonical Mercurial repo, you can submit your tests via a pull request.

To gain write access to this Mercurial repository, sign up for an account on the CSS Test Suite Manager (aka Shepherd) at: https://test.csswg.org/shepherd/register and then submit a request on the Repository Access page at: https://test.csswg.org/shepherd/account/access/

You will be notified by email when your request is processed.

Please note that although we will grant write access directly to the Mercurial repo, it is strongly advised to use GitHub for test submissions to enable reviewers to use its built-in review tools. Direct submissions to Mercurial should be limited to administrative or housekeeping tasks, very minor changes that don't require a review, or from advanced users of the system.