Skip to content

Commit 02cc1e4

Browse files
committed
Sixth Draft
1 parent 4c717ed commit 02cc1e4

File tree

201 files changed

+14158
-1444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+14158
-1444
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The structure of the repository has been created to ensure ease of maintenance.
1919
```
2020
2121
/wg/charter.html - Working Group Draft Charter
22-
/drafts/test-suite/ - Test Suite & Assets
22+
/drafts/test-suite/ - Test Suite & Assets (Source)
2323
/drafts/checklist.pages - PDF Checklist (Source)
2424
/drafts/glance.html - At-A-Glance (Source)
2525
/drafts/guidelines.json - WSG JSON API (Source)
@@ -29,12 +29,15 @@ The structure of the repository has been created to ensure ease of maintenance.
2929
/drafts/quickref.html - Quick Reference (Source)
3030
/drafts/star.html - STAR (Source)
3131
32+
/test-suite/ - READ ONLY - Test Suite & Assets (Public)
3233
checklist.pdf - READ ONLY - PDF Checklist (Public)
3334
glance.html - READ ONLY - At-A-Glance (Public)
3435
guidelines.json - READ ONLY - WSG JSON API (Public)
3536
index.html - READ ONLY - WSG Specification (Public)
3637
intro.html - READ ONLY - Introduction (Public)
38+
policies.html - READ ONLY - Laws & Policies (Public)
3739
quickref.html - READ ONLY - Quick Reference (Public)
40+
star.html - READ ONLY - STAR (Public)
3841
TPAC_Slides.pdf - READ ONLY - W3C TPAC Slides
3942
Web_Sustainability_GRI_Impact_est.ipynb - READ ONLY - GRI Impact Calculator
4043
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to the repository for the [Sustainable Web Design Community Group](https://www.w3.org/community/sustyweb/).
44

5-
In this hub, you will find the draft specification for our [Web Sustainability Guidelines](https://w3c.github.io/sustyweb/) and any supplementary documentation, including our [at-a-glance](https://w3c.github.io/sustyweb/glance.html) overview, our [introduction](https://w3c.github.io/sustyweb/intro.html) to Web Sustainability, our [quick reference](https://w3c.github.io/sustyweb/quickref.html), our [PDF checklist](https://w3c.github.io/sustyweb/checklist.pdf), and our [JSON API](https://w3c.github.io/sustyweb/guidelines.json). We also have a living implementation of the specification under active development called [Sustainable Web Design](https://sustainablewebdesign.org/).
5+
In this hub, you will find the draft specification for our [Web Sustainability Guidelines](https://w3c.github.io/sustyweb/) and any supplementary documentation, including [Sustainable Tooling And Reporting (STAR)](https://w3c.github.io/sustyweb/star.html), our [at-a-glance](https://w3c.github.io/sustyweb/glance.html) overview, our [introduction](https://w3c.github.io/sustyweb/intro.html) to Web Sustainability, our sustainability [laws & policies](https://w3c.github.io/sustyweb/drafts/policies.html) guide, our [quick reference](https://w3c.github.io/sustyweb/quickref.html) sheet, our [PDF checklist](https://w3c.github.io/sustyweb/checklist.pdf), our [JSON API](https://w3c.github.io/sustyweb/guidelines.json), and our [Test Suite](https://github.com/w3c/sustyweb/tree/main/test-suite). We also have a living implementation of the specification under active development called [Sustainable Web Design](https://sustainablewebdesign.org/).
66

77
If you would like a brief introduction to both our group and our specification, you may find [the slides](https://w3c.github.io/sustyweb/TPAC_Slides.pdf) from the presentation we gave at [TPAC 2023](https://www.w3.org/2023/09/breakouts/recording-32.html) useful. To learn more about our group, its goals, and our progress, check out our [wiki](https://www.w3.org/community/sustyweb/wiki/Main_Page), and [frequently asked questions](https://www.w3.org/community/sustyweb/wiki/Frequently_Asked_Questions) page. You may also find our draft [Working Group charter](https://w3c.github.io/sustyweb/wg/charter.html) of interest.
88

@@ -22,7 +22,7 @@ Our publishing process has two channels.
2222

2323
The first channel is the **stable** specification which is versioned with all changes documented in the [release notes](https://github.com/w3c/sustyweb/releases). Links to the stable specification and its supplements can be found above (at the top of this README document).
2424

25-
The second channel is the **unstable** or living edition specification in which issue resolutions, pull requests, new supplements, and community edits are immediately available before that version is finalized. The "drafts" folder contains all of the living editions of the [specification](https://w3c.github.io/sustyweb/drafts/), [at-a-glance](https://w3c.github.io/sustyweb/drafts/glance.html), [introduction](https://w3c.github.io/sustyweb/drafts/intro.html), [laws & policies](https://w3c.github.io/sustyweb/drafts/policies.html), [quick reference](https://w3c.github.io/sustyweb/drafts/quickref.html), [STAR](https://w3c.github.io/sustyweb/drafts/star.html), [JSON API](https://w3c.github.io/sustyweb/drafts/guidelines.json), [Test Suite](https://github.com/w3c/sustyweb/tree/main/drafts/test-suite), and other supplements.
25+
The second channel is the **unstable** or living edition specification in which issue resolutions, pull requests, new supplements, and community edits are immediately available before that version is finalized. The "drafts" folder contains all of the living editions of the [specification](https://w3c.github.io/sustyweb/drafts/), [STAR](https://w3c.github.io/sustyweb/drafts/star.html), [at-a-glance](https://w3c.github.io/sustyweb/drafts/glance.html), [introduction](https://w3c.github.io/sustyweb/drafts/intro.html), [laws & policies](https://w3c.github.io/sustyweb/drafts/policies.html), [quick reference](https://w3c.github.io/sustyweb/drafts/quickref.html), [JSON API](https://w3c.github.io/sustyweb/drafts/guidelines.json), [Test Suite](https://github.com/w3c/sustyweb/tree/main/drafts/test-suite), and other supplements.
2626

2727
---
2828

@@ -40,7 +40,7 @@ The structure of the API is identical to that of the specification in its number
4040

4141
## Test Suite
4242

43-
We have a (draft) [Test Suite](https://github.com/w3c/sustyweb/tree/main/drafts/test-suite) which is used to showcase machine testability (as denoted in [STAR](https://w3c.github.io/sustyweb/drafts/star.html)) for the Web Sustainability Guidelines (WSGs). The template structure for the file uses common W3C conventions for test cases to maintain interoperability for tooling that wishes to align our work with their own.
43+
We have a [Test Suite](https://github.com/w3c/sustyweb/tree/main/test-suite) which is used to showcase machine testability (as denoted in [STAR](https://w3c.github.io/sustyweb/star.html)) for the Web Sustainability Guidelines (WSGs). The template structure for the file uses common W3C conventions for test cases to maintain interoperability for tooling that wishes to align our work with their own.
4444

4545
Key concepts of note include:
4646
- Each title element contains a short identifier for the test.

checklist.pdf

6.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)