appendix
Sid Vishnoi edited this page Sep 14, 2021
·
9 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
appendix
Marks a section as being an appendix (which will be numbered with letters). Note that this does not make it informative as some appendices can contain normative material.
It is important to know that every section following an appendix will also be made to be an appendix.
<section class="appendix">
<h2>Acknowledgements</h2>
<p>This spec would not be possible without...</p>
</section>