ReSpec (XML)

ReSpec

[6] ReSpec は、 W3C でよく使われる仕様書生成ツールの1つです。

[216] HTML要素概説
要素名
a
要素名
abbr
要素名
p
要素名
acronym
要素名
code
要素名
dl
要素名
dt
要素名
dd
要素名
ol
要素名
ul
要素名
li
要素名
table
要素名
thead
要素名
tbody
要素名
tfoot
要素名
caption
要素名
tr
要素名
th
要素名
td
要素名
em
要素名
strong
要素名
br
借用先
ReSpec
出典
注釈
  • [18] ReSpec 仕様書作成ソフトウェアの1つ。 W3C 等の仕様書の多くの生成に利用されている。 独自の機能を追加した HTML 風の言語で記述する。 >>17

[2] IRC logs: freenode / #whatwg / 20120828 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20120828

[3] ReSpec ( ( 版)) http://www.w3.org/respec/

[4] ReSpec Documentation 1.0 (2006-03-07 01:34:06 +09:00 版) http://dev.w3.org/cvsweb/~checkout~/2006/webapi/ReSpec/docs/publish/ReSpec.xhtml?rev=1.1#scheme-respec

[5] Deprecating old IDL (Marcos Caceres 著, 版) https://lists.w3.org/Archives/Public/public-script-coord/2015JulSep/0074.html

[7] remove the markdown syntax by siusin · Pull Request #104 · w3c/preload () https://github.com/w3c/preload/pull/104

[8] remove the markdown syntax (#104) (siusin著, ) https://github.com/w3c/preload/commit/5d13ba946a6e932cca567e68448fc60d7355cc2e

[9] data format · w3c/respec Wiki () https://github.com/w3c/respec/wiki/data-format

The data-format attribute allows sections, or other block-level elements, of your spec to be treated as markdown. It takes only one value: "markdown". Other formats may be supported in the future.

[10] Markdown formatter breaks <pre> blocks by stripping whitespace · Issue #724 · w3c/respec () https://github.com/w3c/respec/issues/724

[11] format · w3c/respec Wiki () https://github.com/w3c/respec/wiki/format

Tells ReSpec to treat the document as being in a format other than HTML. Supported formats:

"markdown"

Interpreted as GitHub flavored markdown

[12] format · w3c/respec Wiki () https://github.com/w3c/respec/wiki/format

ReSpec will do its best to correctly format the markdown. Please remember that markdown is supposed to be placed flush against the left margin - but we do support padded sections.

<section>

## This is ok

Event tho it is not flush to the left margin.

</section>

[13] Support markdown includes · Issue #993 · w3c/respec () https://github.com/w3c/respec/issues/993

[14] tobie/pr-preview: Adds preview and diff to spec pull requests. () https://github.com/tobie/pr-preview