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
If you prefer HTML and JS to Markdown, WebSpecs can also be written using <ahref="http://www.w3.org/respec/">ReSpec</a>. Like Bikeshed it takes care of a lot of the
96
+
things you don’t want to have to think about. You can start from <ahref="http://www.w3.org/respec/examples/minimal-w3c.html">a very basic example</a> and only
97
+
tweak the configuration (near the top of the source) to set <code>specStatus</code> to
98
+
<code>"webspec"</code> and <code>repository</code> to the <code>user/repo-name</code> string
99
+
that fits your specification. Call the file <code>index.src.html</code> and you’re good to go!
100
+
It should look like <ahref="http://www.w3.org/respec/examples/minimal-w3c.html?specStatus=webspec;repository=w3c/respec-docs">this
103
101
very basic example</a>, which is in fact the same as linked right above but with its
0 commit comments