# Introduction

This document is a study of whether current HTML and CSS are sufficient for the layout of Chinese language documents. We aim to show which of the requirements covered in the Requirements for Chinese Text Layout are covered by which CSS specifications and their corresponding browser support.

Discussions and work on the Requirements for Chinese Text Layout document are documented on GitHub at the following repository: https://github.com/w3c/clreq

# Local development

  1. Clone the git repository
  2. Run yarn or npm install
  3. To start writing, run yarn docs:dev or npm run docs:dev
  4. To build static assets, run yarn docs:build or npm run docs:build
Last Updated: 3/5/2020, 11:01:07 AM