-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
446 additions
and
1,518 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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
all: | ||
bikeshed spec web-audio-perf.bs index.html | ||
|
||
watch: | ||
bikeshed watch web-audio-perf.bs index.html |
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,17 @@ | ||
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#"> | ||
<a rel="license" | ||
href="http://creativecommons.org/publicdomain/zero/1.0/"> | ||
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" /> | ||
</a> | ||
<br /> | ||
To the extent possible under law, | ||
<a rel="dct:publisher" | ||
href="https://padenot.github.io/web-audio-perf"> | ||
<span property="dct:title">Paul Adenot</span></a> | ||
has waived all copyright and related or neighboring rights to | ||
<span property="dct:title">web-audio-perf</span>. | ||
This work is published from: | ||
<span property="vcard:Country" datatype="dct:ISO3166" | ||
content="FR" about="https://padenot.github.io/web-audio-perf"> | ||
France</span>. | ||
</p> |
Empty file.
Empty file.
Empty file.
Empty file.
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,30 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>[TITLE]</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="w3c-status" content="[STATUS]"> | ||
<link href="../default.css" rel=stylesheet type="text/css"> | ||
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon"> | ||
<link href="[W3C-STYLESHEET-URL]" rel=stylesheet type="text/css"> | ||
<style> | ||
body.h-entry { | ||
background-image:none !important; | ||
} | ||
</style> | ||
</head> | ||
<body class="h-entry"> | ||
<div class="head"> | ||
<p data-fill-with="logo"></p> | ||
<h1 id="title" class="p-name no-ref">[TITLE]</h1> | ||
<div data-fill-with="spec-metadata"></div> | ||
<p class='copyright' data-fill-with='copyright'></p> | ||
<hr title="Separator for header"> | ||
</div> | ||
|
||
<h2 class='no-num no-toc no-ref' id='abstract'>Abstract</h2> | ||
<div class="p-summary" data-fill-with="abstract"></div> | ||
|
||
<nav data-fill-with="table-of-contents" id="toc"></nav> | ||
<main> |
Oops, something went wrong.