-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To better account for Commit Snapshots and PR Preview. See also whatwg/whatwg.org#310 and whatwg/spec-factory#5.
- Loading branch information
Showing
29 changed files
with
6,356 additions
and
41 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
bikeshed/boilerplate/whatwg/computed-metadata-LS-COMMIT.include
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,16 @@ | ||
{ | ||
"Title": "[SPECTITLE] Standard Commit [COMMIT-SHA] Snapshot", | ||
"Logo": "https://resources.whatwg.org/logo-[SHORTNAME]-snapshot.svg", | ||
"!Participate": [ | ||
"<a href=https://github.com/whatwg/[SHORTNAME]>GitHub whatwg/[SHORTNAME]</a> (<a href=https://github.com/whatwg/[SHORTNAME]/issues/new>new issue</a>, <a href=https://github.com/whatwg/[SHORTNAME]/issues>open issues</a>)", | ||
"<a href=https://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a>" | ||
], | ||
"!Commits": [ | ||
"<a href=https://github.com/whatwg/[SHORTNAME]/commits>GitHub whatwg/[SHORTNAME]/commits</a>", | ||
"<a href=https://[SHORTNAME].spec.whatwg.org/ id=commit-snapshot-link>Go to the living standard</a>", | ||
"<a href=https://twitter.com/[TWITTER]>@[TWITTER]</a>" | ||
], | ||
"!Tests": "<a href=https://github.com/web-platform-tests/wpt/tree/master/[SHORTNAME]>web-platform-tests [SHORTNAME]/</a> (<a href=https://github.com/web-platform-tests/wpt/labels/[SHORTNAME]>ongoing work</a>)", | ||
"Warning": "obsolete", | ||
"Text Macro": "H1 [SPECTITLE] <small>(<a href=https://github.com/whatwg/[SHORTNAME]/commit/[COMMIT-SHA]>Commit [COMMIT-SHA]</a>)</small>" | ||
} |
16 changes: 16 additions & 0 deletions
16
bikeshed/boilerplate/whatwg/computed-metadata-LS-PR.include
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,16 @@ | ||
{ | ||
"Title": "[SPECTITLE] Standard Pull Request #[PR-NUMBER] Preview", | ||
"Logo": "https://resources.whatwg.org/logo-[SHORTNAME]-snapshot.svg", | ||
"!Participate": [ | ||
"<a href=https://github.com/whatwg/[SHORTNAME]>GitHub whatwg/[SHORTNAME]</a> (<a href=https://github.com/whatwg/[SHORTNAME]/issues/new>new issue</a>, <a href=https://github.com/whatwg/[SHORTNAME]/issues>open issues</a>)", | ||
"<a href=https://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a>" | ||
], | ||
"!Commits": [ | ||
"<a href=https://github.com/whatwg/[SHORTNAME]/commits>GitHub whatwg/[SHORTNAME]/commits</a>", | ||
"<a href=https://[SHORTNAME].spec.whatwg.org/ id=commit-snapshot-link>Go to the living standard</a>", | ||
"<a href=https://twitter.com/[TWITTER]>@[TWITTER]</a>" | ||
], | ||
"!Tests": "<a href=https://github.com/web-platform-tests/wpt/tree/master/[SHORTNAME]>web-platform-tests [SHORTNAME]/</a> (<a href=https://github.com/web-platform-tests/wpt/labels/[SHORTNAME]>ongoing work</a>)", | ||
"Warning": "custom", | ||
"Text Macro": "H1 [SPECTITLE] <small>(<a href=https://github.com/whatwg/[SHORTNAME]/pull/[PR-NUMBER]>PR #[PR-NUMBER]</a>)</small>" | ||
} |
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,4 +1,5 @@ | ||
{ | ||
"Title": "[SPECTITLE] Standard Review Draft [DATE-MMY]", | ||
"Logo": "https://resources.whatwg.org/logo-[SHORTNAME]-snapshot.svg" | ||
"Logo": "https://resources.whatwg.org/logo-[SHORTNAME]-snapshot.svg", | ||
"Text Macro": "H1 [SPECTITLE]" | ||
} |
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
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
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
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
<details open class="annoying-warning"> | ||
<summary>This is a pull request preview of the standard</summary> | ||
<p> | ||
This document contains the contents of the standard as modified by <a href="https://github.com/whatwg/[SHORTNAME]/pull/[PR-NUMBER]">pull request #[PR-NUMBER]</a>, | ||
and should only be used as a preview. | ||
<p> | ||
Do not attempt to implement this version of the standard. | ||
Do not reference this version as authoritative in any way. | ||
Instead, see <a href="https://[SHORTNAME].spec.whatwg.org/">https://[SHORTNAME].spec.whatwg.org/</a> for the living standard. | ||
</details> |
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,10 @@ | ||
<details open class="annoying-warning"> | ||
<summary>This is a commit snapshot of the standard</summary> | ||
<p> | ||
This document contains the contents of the standard as of the <a href="https://github.com/whatwg/[SHORTNAME]/commit/[COMMIT-SHA]">[COMMIT-SHA] commit</a>, | ||
and should only be used as a historical reference. | ||
<p> | ||
Do not attempt to implement this version of the standard. | ||
Do not reference this version as authoritative in any way. | ||
Instead, see <a href="https://[SHORTNAME].spec.whatwg.org/">https://[SHORTNAME].spec.whatwg.org/</a> for the living standard. | ||
</details> |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.