-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of whatwg/meta#202.
- Loading branch information
Showing
4 changed files
with
276 additions
and
0 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,268 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<meta charset="utf-8"> | ||
<title>Workstreams — WHATWG</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="theme-color" content="#3A7908"> | ||
<link rel="icon" crossorigin href="https://resources.whatwg.org/logo.svg"> | ||
<link rel="stylesheet" crossorigin href="https://whatwg.org/style/shared.css"> | ||
<link rel="stylesheet" crossorigin href="https://whatwg.org/style/subpages.css"> | ||
|
||
<header> | ||
<hgroup> | ||
<h1> | ||
<a href="https://whatwg.org/"> | ||
<img id="main-logo" crossorigin src="https://resources.whatwg.org/logo.svg" alt> | ||
WHATWG | ||
</a> | ||
</h1> | ||
<h2>Workstreams</h2> | ||
</hgroup> | ||
</header> | ||
|
||
<nav class="buttonish-links"> | ||
<a href="https://spec.whatwg.org/">Standards</a> | ||
<a href="https://whatwg.org/faq">FAQ</a> | ||
<a href="https://whatwg.org/policies">Policies</a> | ||
<a href="https://participate.whatwg.org/">Participate</a> | ||
</nav> | ||
|
||
<p>This document contains an official <a href="/sg-agreement#steering-group">Steering Group</a>-maintained accounting of the WHATWG workstreams, their responsible editors, and their associated standards.</p> | ||
|
||
<p>Note that per the <a href="/workstream-policy">Workstream Policy</a>, the official <a href="/workstream-policy#editor">Editors</a> listed here may have delegated responsibilities and editing duties to deputy editors for any given <a href="/workstream-policy#living-standard">Living Standard</a>. As such, the <a href="/workstream-policy#editor">Editor</a> position listed here is more about "who is the official liaison with the <a href="/sg-agreement#steering-group">Steering Group</a>" and less about "who is editing the document". To get an accounting of who is primarily responsible for day-to-day specification work, you'll be better served by checking the Acknowledgments section of the <a href="/workstream-policy#living-standard">Living Standard</a> in question.</p> | ||
|
||
<dl> | ||
<h3>Compatibility</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>CSS properties and DOM APIs that web browsers need to support for compatibility with the de facto web.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Mike Taylor, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://compat.spec.whatwg.org/">Compatibility</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Console</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>APIs for console debugging facilities.</dd> | ||
</div> | ||
<div> | ||
<dt>Editors</dt> | ||
<dd>Dominic Farolino, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
<dd>Robert Kowalski, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
<dd>Terin Stock, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://console.spec.whatwg.org/">Console</a></dd> | ||
</div> | ||
</dl> | ||
<h3>DOM</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>The web's model for events, aborting activities, and node trees.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://dom.spec.whatwg.org/">DOM</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Encoding</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>Character encodings on the web, and their JavaScript API.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://encoding.spec.whatwg.org/">Encoding</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Fetch</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>The networking model for resource retrieval on the web.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://fetch.spec.whatwg.org/">Fetch</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Fullscreen API</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>An API for web pages to take over a user's entire screen.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Philip Jägenstedt, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://fullscreen.spec.whatwg.org/">Fullscreen API</a></dd> | ||
</div> | ||
</dl> | ||
<h3>HTML</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>A kitchen sink full of technologies for the web, including the core markup language for the web, HTML, as well as numerous APIs like Web Sockets, Web Workers, <code>localStorage</code>, etc.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Domenic Denicola, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://html.spec.whatwg.org/multipage/">HTML</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Infra</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>The fundamental concepts upon which standards are built.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://infra.spec.whatwg.org/">Infra</a></dd> | ||
</div> | ||
</dl> | ||
<h3>MIME Sniffing</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>Algorithms used to determine the type of resources.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Gordon P. Hemsley, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://mimesniff.spec.whatwg.org/">MIME Sniffing</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Notifications API</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>An API to display notifications to alert users outside the context of a web page.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://notifications.spec.whatwg.org/">Notifications API</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Quirks Mode</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>Quirks in CSS and Selectors that are necessary to support for web browsers for compatibility with the web.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Simon Pieters, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://quirks.spec.whatwg.org/">Quirks Mode</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Storage</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>APIs for persistent storage and quota estimates, as well as the web platform storage architecture.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://storage.spec.whatwg.org/">Storage</a></dd> | ||
</div> | ||
</dl> | ||
<h3>Streams</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>Web APIs for creating, composing, and consuming streams of data that map efficiently to low-level I/O primitives.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Domenic Denicola, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://streams.spec.whatwg.org/">Streams</a></dd> | ||
</div> | ||
</dl> | ||
<h3>URL</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>URLs, their infrastructure, and their API.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://url.spec.whatwg.org/">URL</a></dd> | ||
</div> | ||
</dl> | ||
<h3>XMLHttpRequest</h3> | ||
<dl> | ||
<div> | ||
<dt>Scope</dt> | ||
<dd>A client-side networking API for transferring data between a web page and a server.</dd> | ||
</div> | ||
<div> | ||
<dt>Editor</dt> | ||
<dd>Anne van Kesteren, <a href="mailto:[email protected]">[email protected]</a></dd> | ||
</div> | ||
<div> | ||
<dt>Standard</dt> | ||
<dd><a href="https://xhr.spec.whatwg.org/">XMLHttpRequest</a></dd> | ||
</div> | ||
</dl><footer> | ||
<p><small>Copyright © 2020 WHATWG (Apple, Google, Mozilla, Microsoft). This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</small></p> | ||
</footer> | ||
|
||
<script> | ||
"use strict"; | ||
navigator.serviceWorker.register("/service-worker.js"); | ||
</script> |