I hereby claim:
- I am bobholt on github.
- I am bobholt (https://keybase.io/bobholt) on keybase.
- I have a public key whose fingerprint is DBC7 D492 74F1 C581 56AE 079E 5021 10C1 D3D9 DFB5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@echo off | |
reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\New Windows" /v "PopupMgr" /t REG_SZ /d no |
--recursive
option
git clone --recursive [email protected]:w3c/web-platform-tests.git
git submodule update --init --recursive
once the repo was checked out has resulted in bad checkouts for me.git submodule update --init --recursive
{ | |
"plugins":[ | |
"react" | |
], | |
"ecmaFeatures": { | |
"jsx": true, | |
"modules": true | |
}, | |
"env": { | |
"es6": true |
{ | |
"jsonapi": { | |
"version": "1.0" | |
}, | |
"data": [ | |
{ | |
"id": "content-negotiation", | |
"type": "sections", | |
"attributes": { | |
"title": "Content Negotiation" |
diff --git a/about/index.md b/about/index.md | |
index 5e61dd8..f371287 100644 | |
--- a/about/index.md | |
+++ b/about/index.md | |
@@ -14,20 +14,12 @@ JSON API is: | |
## Editors <a href="#editors" id="editors" class="headerlink"></a> | |
-There are two primary editors of this specification: | |
+There are four primary editors of this specification: |
I hereby claim:
To claim this, I am signing this object:
We work with open source software. This means that the programs we use and write have a license that allows other developers to modify the source code. These licenses often require that changes to the source be shared back with the community.
What we refer to as "The Open Web" is the combination of HTML, CSS, and JavaScript. It is "open" because the code we write in these languages can be viewed and modified by anyone. A lot of the things we build borrow open code that someone else has written. In this way, we build on top of things that others have done before us, and can make better software.