informative
Sid Vishnoi edited this page Jul 8, 2020
·
6 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
informative
Used for regular sections or appendices that are not meant to contain normative material. It will automatically preface its content with the well-known “This section is non-normative” paragraph.
<section class="informative">
<h2>A bit of history!</h2>
<p>A really cool thing is that ...</p>
</section>