Skip to content

Commit

Permalink
Integrated update about doRDFa
Browse files Browse the repository at this point in the history
  • Loading branch information
halindrome committed Dec 14, 2014
1 parent 579405d commit 978e761
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/refs.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addPatentNote":true,"additionalCopyrightHolders":true,"alternateFormats":true,"authors":true,"charterDisclosureURI":true,"copyrightStart":true,"crEnd":true,"diffTool":true,"edDraftURI":true,"editors":true,"errata":true,"extraCSS":true,"implementationReportURI":true,"includePermalinks":true,"lcEnd":true,"localBiblio":true,"logos":true,"maxTocLevel":true,"noLegacyStyle":true,"noRecTrack":true,"noTOC":true,"otherLinks":true,"prevED":true,"prevRecShortname":true,"prevRecURI":true,"previousDiffURI":true,"previousMaturity":true,"previousPublishDate":true,"previousURI":true,"processVersion":true,"publishDate":true,"refNote":true,"shortName":true,"specStatus":true,"subjectPrefix":true,"subtitle":true,"testSuiteURI":true,"tocIntroductory":true,"wg":true,"wgPatentURI":true,"wgPublicList":true,"wgURI":true,"xgrDocShortName":true,"xgrGroupShortName":true,"figure":true,"section":true,"title":true,"data-include-format":true,"data-include-replace":true,"data-include-sync":true,"data-include":true,"data-merge":true,"data-oninclude":true,"data-transform":true,"dir":true,"lang":true,"appendix":true,"example":true,"highlight":true,"informative":true,"introductory":true,"practice":true,"practicedesc":true,"practicelab":true,"remove":true}
{"addPatentNote":true,"additionalCopyrightHolders":true,"alternateFormats":true,"authors":true,"charterDisclosureURI":true,"copyrightStart":true,"crEnd":true,"diffTool":true,"doRDFa":true,"edDraftURI":true,"editors":true,"errata":true,"extraCSS":true,"implementationReportURI":true,"includePermalinks":true,"lcEnd":true,"localBiblio":true,"logos":true,"maxTocLevel":true,"noLegacyStyle":true,"noRecTrack":true,"noTOC":true,"otherLinks":true,"prevED":true,"prevRecShortname":true,"prevRecURI":true,"previousDiffURI":true,"previousMaturity":true,"previousPublishDate":true,"previousURI":true,"processVersion":true,"publishDate":true,"refNote":true,"shortName":true,"specStatus":true,"subjectPrefix":true,"subtitle":true,"testSuiteURI":true,"tocIntroductory":true,"wg":true,"wgPatentURI":true,"wgPublicList":true,"wgURI":true,"xgrDocShortName":true,"xgrGroupShortName":true,"figure":true,"section":true,"title":true,"data-include-format":true,"data-include-replace":true,"data-include-sync":true,"data-include":true,"data-merge":true,"data-oninclude":true,"data-transform":true,"dir":true,"lang":true,"appendix":true,"example":true,"highlight":true,"informative":true,"introductory":true,"practice":true,"practicedesc":true,"practicelab":true,"remove":true}
14 changes: 14 additions & 0 deletions ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@ <h2>diffTool</h2>
</p>
</section>

<section>
<h2>doRDFa</h2>
<p>
A setting indicating what version of RDFa to use when annotating the specification with semantic
information that is compatible with RDFa Processors as used in the major search engines. Legal values are
"1.0" to generate RDFa 1.0-compatible semantic markup, "1.1" to generate RDFa 1.1-compatible semantic
markup, and false to indicate that
no RDFa information should be included at all. Defaults to "1.1".
</p>
<p class='note'>The values "1.0" and "1.1" must be included in quotation marks. Also, the value "1.0"
should not be used in new specifications - it is only supported for legacy reasons.
</p>
</section>

<section>
<h2>edDraftURI</h2>
<p>
Expand Down

0 comments on commit 978e761

Please sign in to comment.