-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See whatwg/meta#202 and #97. Also fixes db.py to work on environments where the default encoding is not UTF-8, i.e., on Windows.
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,7 @@ | |
{ | ||
"name": "HTML", | ||
"href": "https://html.spec.whatwg.org/multipage/", | ||
"description": "The HTML Standard is a kitchen sink full of technologies for the web. It includes the core markup language for the web, HTML, as well as numerous APIs like Web Sockets, Web Workers, `localStorage`, etc.", | ||
"description": "The HTML Standard is a kitchen sink full of technologies for the web. It includes the core markup language for the web, HTML, as well as numerous APIs like Web Workers, `localStorage`, etc.", | ||
"authors": [ | ||
{ | ||
"name": "Anne van Kesteren", | ||
|
@@ -239,6 +239,23 @@ | |
7 | ||
], | ||
"twitter": "htmlstandard" | ||
}, | ||
{ | ||
"name": "WebSockets", | ||
"href": "https://websockets.spec.whatwg.org/", | ||
"description": "The WebSockets Standard provides APIs to enable web applications to maintain bidirectional communications with server-side processes.", | ||
"authors": [ | ||
{ | ||
"name": "Adam Rice", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"reference": "WEBSOCKETS", | ||
"review_draft_schedule": [ | ||
3, | ||
9 | ||
], | ||
"twitter": "whatsockets" | ||
} | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters