All Projects → whatwg → infra

whatwg / infra

Licence: other
Infra Standard

Programming Languages

HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to infra

Xhr
XMLHttpRequest Standard
Stars: ✭ 262 (+208.24%)
Mutual labels:  standard, whatwg
Dom
DOM Standard
Stars: ✭ 1,114 (+1210.59%)
Mutual labels:  standard, whatwg
Url
URL Standard
Stars: ✭ 343 (+303.53%)
Mutual labels:  standard, whatwg
storage
Storage Standard
Stars: ✭ 92 (+8.24%)
Mutual labels:  standard, whatwg
Encoding
Encoding Standard
Stars: ✭ 176 (+107.06%)
Mutual labels:  standard, whatwg
Html
HTML Standard
Stars: ✭ 5,217 (+6037.65%)
Mutual labels:  standard, whatwg
Streams
Streams Standard
Stars: ✭ 1,074 (+1163.53%)
Mutual labels:  standard, whatwg
Fullscreen
Fullscreen API Standard
Stars: ✭ 78 (-8.24%)
Mutual labels:  standard, whatwg
Fetch
Fetch Standard
Stars: ✭ 1,794 (+2010.59%)
Mutual labels:  standard, whatwg
Notifications
Notifications API Standard
Stars: ✭ 105 (+23.53%)
Mutual labels:  standard, whatwg
webidl
Web IDL Standard
Stars: ✭ 296 (+248.24%)
Mutual labels:  standard, whatwg
mimesniff
MIME Sniffing Standard
Stars: ✭ 89 (+4.71%)
Mutual labels:  standard, whatwg
quirks
Quirks Mode Standard
Stars: ✭ 23 (-72.94%)
Mutual labels:  standard, whatwg
standard-www
👆 Website for JavaScript Standard Style (@standard)
Stars: ✭ 28 (-67.06%)
Mutual labels:  standard
onebot
OneBot:统一的聊天机器人应用接口标准
Stars: ✭ 1,113 (+1209.41%)
Mutual labels:  standard
standard-substrate
substrate implementation of Standard protocol
Stars: ✭ 15 (-82.35%)
Mutual labels:  standard
kleros-api-DEPRECATED
A Javascript library that makes it easy to build relayers and other DApps that use the Kleros protocol. DEPRECATED use https://github.com/kleros/archon for interfacing with standard arbitration contracts.
Stars: ✭ 20 (-76.47%)
Mutual labels:  standard
MCW-Template-Cloud-Workshop
Official Microsoft Cloud Workshop Template
Stars: ✭ 36 (-57.65%)
Mutual labels:  infra
infraform
Creating infrastructure and running applications using different platforms
Stars: ✭ 31 (-63.53%)
Mutual labels:  infra
ts-standard
Typescript style guide, linter, and formatter using StandardJS
Stars: ✭ 338 (+297.65%)
Mutual labels:  standard

This repository hosts the Infra Standard.

Code of conduct

We are committed to providing a friendly, safe, and welcoming environment for all. Please read and respect the WHATWG Code of Conduct.

Contribution opportunities

Folks notice minor and larger issues with the Infra Standard all the time and we'd love your help fixing those. Pull requests for typographical and grammar errors are also most welcome.

We'd be happy to mentor you through this process. If you're interested and need help getting started, review the WHATWG contributing guidelines, and leave a comment on the issue or ask around on IRC.

Pull requests

In short, change infra.bs and submit your patch after reading through WHATWG committing best practices. Lastly, please review the WHATWG FAQ.

Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically.

Building "locally"

For quick local iteration, run make. To verify your changes locally, run make deploy. See more in the WHATWG Contributor Guidelines.

Formatting

Use a column width of 100 characters.

Do not use newlines inside "inline" elements, even if that means exceeding the column width requirement.

 <li><p>Execute
 <a href=https://w3c.github.io/webappsec-csp/#set-response-csp-list>set <var>response</var>'s CSP list</a>
 on <var>response</var>. <span data-anolis-ref>CSP</span>

is okay and

<li><p>Execute
<a href=https://w3c.github.io/webappsec-csp/#set-response-csp-list>set <var>response</var>'s CSP
list</a> on <var>response</var>. <span data-anolis-ref>CSP</span>

is not.

Using newlines between "inline" element tag names and their content is also forbidden. (This actually alters the content, by adding spaces.) That is

<a>token</a>

is fine and

<a>token
</a>

is not.

An <li> element always has a <p> element inside it, unless it's a child of <ul class=brief>.

If a "block" element contains a single "block" element, do not put it on a newline.

Do not indent for anything except a new "block" element. For instance

 <li><p>Set <var>response</var>'s <span title=concept-response-url-list>url list</span> to a copy of
 <var>request</var>'s <span title=concept-request-url-list>url list</span>.

is not indented, but

 <li>
  <p>Run these substeps <span data-anolis-spec=html>in parallel</span>:

  <ol>

is.

End tags must be omitted when possible and attribute values must not be quoted (if necessary, use double quotes).

Merge policy

If you can commit to this repository, see the WHATWG maintainer guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].