-
Notifications
You must be signed in to change notification settings - Fork 32
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
1 changed file
with
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Spec proposal</title> | ||
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script> | ||
<script class='remove'> | ||
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec | ||
var respecConfig = { | ||
specStatus: "CG-DRAFT", | ||
shortName: "json-ld-api", | ||
editors: [{ | ||
name: "Ivan Herman" | ||
}] | ||
}; | ||
</script> | ||
</head> | ||
<body> | ||
<section id="abstract"> | ||
<p> | ||
This specification does neat stuff. | ||
</p> | ||
</section> | ||
<section id="sotd"> | ||
<p> | ||
This is an unofficial proposal. | ||
</p> | ||
</section> | ||
|
||
<section id="introduction"> | ||
<h2>Introduction</h2> | ||
<p> | ||
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a> | ||
for how toget started! | ||
</p> | ||
</section> | ||
</body> | ||
</html> |