-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit 2020 Chapters #1432
Comments
Same rules as last time @HTTPArchive/editors - grab a chapter when you see one free and claim it by tagging your name next to the first issue and then submit a PR with the original authors. Links to chapters available in our issue tracker |
Pro tip for editors who spot something that should be changed but the fix isn't ready yet (for example a link to an unlaunched chapter), use a Jinja comment starting with {# TODO: Link directly to the relevant Accessibility section. #}
We identified 2,863 different values for the `lang` attribute on the `html` start tag (compare that to the [7,117 spoken languages](https://www.ethnologue.com/guides/how-many-languages) as per Ethnologue). Almost all of them, [according to the Accessibility chapter](./accessibility), seem valid. I've added this to the Editor's Guide wiki |
Tagging those that expressed an interest in editing in #922 (👋 again @rachellcostello ). If anyone else is interested (@HTTPArchive/editors ?) then feel free to add your self to Assignees. The Capabilities chapter is good to go for editing if anyone wants to grab it? |
Added two new suggestions to Editors Guide:
|
@bazzadp @rachellcostello CMS is ready for editing, would either of you like to take that one? |
HTTP/2 is ready for editing. I'll have a look at CMS in next day or two if no one else grabs it. |
@HTTPArchive/editors Resource Hints is now ready for editing |
@HTTPArchive/editors HTTP/2 and SEO is ready for editing |
Added a note to the editors' wiki about using the It's a minor change but right-aligning makes the decimal points line up and is easier to read. To make this conversion, I'll "copy outer HTML" of the rendered table in DevTools, replace the markdown table with it, and add the Before: <figure markdown>
| Protocol | Desktop | Mobile |
| -------- | ------- | ------ |
| HTTP/1.1 | 36.05% | 34.04% |
| HTTP/2 | 63.95% | 65.96% |
<figcaption>...</figcaption>
</figure> After <figure>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Desktop</th>
<th>Mobile</th>
</tr>
</thead>
<tbody>
<tr>
<td>HTTP/1.1</td>
<td class="numeric">36.05%</td>
<td class="numeric">34.04%</td>
</tr>
<tr>
<td>HTTP/2</td>
<td class="numeric">63.95%</td>
<td class="numeric">65.96%</td>
</tr>
</tbody>
</table>
<figcaption>...</figcaption>
</figure> |
@HTTPArchive/editors PWA and Jamstack are ready for editing. |
Compression and Caching ready for editing. |
Part I. Page Content
Part II. User Experience
Part III. Content Publishing
Part IV. Content Distribution
The text was updated successfully, but these errors were encountered: