remove
Sid Vishnoi edited this page Jul 8, 2020
·
5 revisions
Pages 154
Guides
Configuration options
- addSectionLinks
- authors
- caniuse
- edDraftURI
- editors
- favicon
- format (markdown)
- formerEditors
- github
- highlightVars
- isPreview
- license
- lint
- localBiblio
- logos
- maxTocLevel
- mdn
- modificationDate
- noTOC
- otherLinks
- pluralize
- postProcess
- preProcess
- previousDiffURI
- previousMaturity
- previousPublishDate
- prevRecShortname
- prevRecURI
-
processVersion(Deprecated) - publishDate
-
refNote(Deprecated) - shortName
- specStatus
- subjectPrefix
- subtitle
- testSuiteURI
- xref
W3C Configuration options
- additionalCopyrightHolders
-
addPatentNote(Deprecated) - alternateFormats
- canonicalURI
- charterDisclosureURI
- copyrightStart
- crEnd
- doJsonLd
- errata
- group
- implementationReportURI
- lcEnd
- level
- noRecTrack
- prevED
- submissionCommentNumber
-
wg(Deprecated) -
wgId(Deprecated) -
wgPatentPolicy(Deprecated) -
wgPatentURI(Deprecated) - wgPublicList
-
wgURI(Deprecated)
Linter rules
a11y
check-punctuation
local-refs-exist
no-headingless-sections
no-http-props
no-unused-vars
privsec-section
wpt-tests-exist
Internal properties
Handled by ReSpec for you.
Special <section>
IDs
HTML elements
Custom Elements
WebIDL
HTML attributes
- data-abbr
-
data-cite(Not recommended) - data-dfn-for
- data-dfn-type
- data-format
- data-include-format
- data-include-replace
- data-include
- data-link-for
- data-link-type
- data-local-lt
- data-lt-no-plural
- data-lt-noDefault
- data-lt
- data-number
- data-oninclude
- data-sort
- data-tests
-
data-transform(Deprecated) - dir
- lang
CSS Classes
- appendix
- ednote
- example
- export
- exclude
- informative
- introductory
- lint-ignore
- nohighlight
- nolinks
- notoc
- note
- override
- permission
- practice
- practicedesc
- practicelab
- remove
- no-link-warnings
Special properties
Clone this wiki locally
remove
If you want to include content that is used during the generation of the specification but must be removed from the output, then add the remove class to it. That is used for instance for all the script elements that pull in ReSpec and define its configuration.
<div class="remove">
<p>This will be removed at build time.</p>
</div>