You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**You don't need to check-out or fork this repository.**
23
23
@@ -32,7 +32,7 @@ If you are new to spec writing, we strongly encourage you to read:
32
32
## Getting help
33
33
34
34
If you experience issues, please email [spec-prod@w3.org](mailto:spec-prod@w3.org) or
35
-
if you think something is broken, [file a bug](https://github.com/w3c/respec/issues).
35
+
if you think something is broken, [file a bug](https://github.com/speced/respec/issues).
36
36
37
37
**Please note:** ReSpec is not endorsed by W3C and nobody should expect the W3C Webmaster to provide advice on
38
38
problems encountered with ReSpec, or on why it may be failing to produce pubrules-compliant
@@ -45,18 +45,18 @@ Bibliographical references have been moved out of ReSpec. You want to use
45
45
46
46
## Want to see complete documentation?
47
47
48
-
[Documentation for ReSpec](https://github.com/w3c/respec/wiki) is available in our wiki.
48
+
[Documentation for ReSpec](https://github.com/speced/respec/wiki) is available in our wiki.
49
49
50
50
## Contribute
51
51
52
-
Please see our [developer guide](https://github.com/w3c/respec/wiki/Developers-Guide).
52
+
Please see our [developer guide](https://github.com/speced/respec/wiki/Developers-Guide).
53
53
54
54
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
55
55
56
56
## Contributors
57
57
58
58
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
Copy file name to clipboardexpand all lines: examples/tpac_2019.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
- Significant speed improvements via IDB caching + cache api.
58
58
59
59
## "xref" - Automatic references linking
60
-
We added a new way of linking to terms defined in other specs, which is a lot more cleaner and less cumbersome. The following snippet shows the difference between the old and new way of linking to external terms. [[Full Documentation](https://github.com/w3c/respec/wiki/xref)]
60
+
We added a new way of linking to terms defined in other specs, which is a lot more cleaner and less cumbersome. The following snippet shows the difference between the old and new way of linking to external terms. [[Full Documentation](https://github.com/speced/respec/wiki/xref)]
61
61
62
62
```html
63
63
<!-- before -->
@@ -95,7 +95,7 @@
95
95
96
96
We have to tell ReSpec in which specs we want to search the definitions for. Set `respecConfig.xref = ["url"]` to let ReSpec know that we want to link to terms defined in [[URL]] spec. Now it will search for terms and link them. You can write spec shortnames as well as spec IDs, though shortnames are preferred.
97
97
98
-
We can also link to IDL terms using **IDL Linking micro-syntax**. Instead of writing `<code><adata-cite="HTML/webappapis.html#eventhandler">EventHandler</a></code>`, we can write `{{\ EventHandler }}` (but don't forget to change [`respecConfig.xref`](https://github.com/w3c/respec/wiki/xref) to `["url", "html"]`).
98
+
We can also link to IDL terms using **IDL Linking micro-syntax**. Instead of writing `<code><adata-cite="HTML/webappapis.html#eventhandler">EventHandler</a></code>`, we can write `{{\ EventHandler }}` (but don't forget to change [`respecConfig.xref`](https://github.com/speced/respec/wiki/xref) to `["url", "html"]`).
99
99
100
100
A whitespace-separated list of specs can be added on <code><body></code> as: <code><body data-cite="url html"></code>, instead of adding it in `respecConfig.xref`.
101
101
@@ -244,7 +244,7 @@ <h2>section 2</h2>
244
244
## Web IDL linking
245
245
246
246
We added several features using Web IDL parser library named
247
-
[webidl2.js](https://github.com/w3c/webidl2.js/) and the first of them is
247
+
[webidl2.js](https://github.com/speced/webidl2.js/) and the first of them is
248
248
automatic IDL linking.
249
249
250
250
<preclass="idl" data-cite="webidl html dom">
@@ -359,7 +359,7 @@ <h2>section 2</h2>
359
359
authors might want to add `[Exposed=(Window,Worker)]` instead of just
360
360
`[Exposed=Window]` suggested from ReSpec.
361
361
362
-
* There is [a bot](https://github.com/w3c/payment-handler/pull/343) to fix IDLs for us.
362
+
* There is [a bot](https://github.com/speced/payment-handler/pull/343) to fix IDLs for us.
363
363
364
364
Because copy-paste is hard! It also helps non-ReSpec specifications to get
365
365
correct IDLs.
@@ -398,12 +398,12 @@ <h2>section 2</h2>
398
398
## mdn integration
399
399
If your spec is documented on MDN, ReSpec can now display MDN support data directly in your specification. This is great for developers as they can see what browser implements a particular part of a spec, as well as giving direct access to developer documentation.
ReSpec now supports caniuse.com integration, which shows up as a table at the top of your spec.
405
405
406
-
- [config option](https://github.com/w3c/respec/wiki/caniuse) `caniuse: "feature"` (where "feature" is the id used on caniuse to identify your spec).
406
+
- [config option](https://github.com/speced/respec/wiki/caniuse) `caniuse: "feature"` (where "feature" is the id used on caniuse to identify your spec).
407
407
408
408
You can also customize exactly which browsers show up.
0 commit comments