Skip to content

Commit 04d1674

Browse files
committed
Meta: Add data-noreformat attributes
1 parent 95131ee commit 04d1674

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

source

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<script w-nodev w-noreview crossorigin src="/html-dfn.js" defer></script>
6161
<script w-nodev w-noreview crossorigin src="/var-click-highlighting.js" defer></script>
6262
<script w-nodev w-noreview w-nosplit crossorigin src="https://resources.whatwg.org/commit-snapshot-shortcut-key.js" defer></script>
63-
<header class="head with-buttons" id="head">
63+
<header class="head with-buttons" id="head" data-noreformat="">
6464
<a href="https://whatwg.org/" class="logo"><img crossorigin width="100" height="100" alt="WHATWG" src="https://resources.whatwg.org/logo.svg" class="darkmode-aware"></a>
6565
<hgroup w-nodev>
6666
<h1 class="allcaps">HTML</h1>
@@ -2249,7 +2249,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
22492249
<dd>
22502250
<p>The following terms are defined in <cite>Infra</cite>: <ref>INFRA</ref></p>
22512251

2252-
<ul class="brief">
2252+
<ul class="brief" data-noreformat="">
22532253
<li>The general iteration terms <dfn data-x-href="https://infra.spec.whatwg.org/#iteration-while">while</dfn>,
22542254
<dfn data-x-href="https://infra.spec.whatwg.org/#iteration-continue">continue</dfn>, and
22552255
<dfn data-x-href="https://infra.spec.whatwg.org/#iteration-break">break</dfn>.</li>
@@ -2446,7 +2446,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
24462446
<dd>
24472447
<p>The following terms are defined in <cite>URL</cite>: <ref>URL</ref></p>
24482448

2449-
<ul class="brief">
2449+
<ul class="brief" data-noreformat="">
24502450
<li><dfn data-x="concept-host" data-x-href="https://url.spec.whatwg.org/#concept-host">host</dfn></li>
24512451
<li><dfn data-x-href="https://url.spec.whatwg.org/#host-public-suffix">public suffix</dfn></li>
24522452
<li><dfn data-x="concept-domain" data-x-href="https://url.spec.whatwg.org/#concept-domain">domain</dfn></li>
@@ -2602,7 +2602,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
26022602

26032603
<p>The following terms are defined in <cite>MIME Sniffing</cite>: <ref>MIMESNIFF</ref></p>
26042604

2605-
<ul class="brief">
2605+
<ul class="brief" data-noreformat="">
26062606
<li><dfn data-x-href="https://mimesniff.spec.whatwg.org/#mime-type">MIME type</dfn></li>
26072607
<li><dfn data-x-href="https://mimesniff.spec.whatwg.org/#mime-type-essence">MIME type essence</dfn></li>
26082608
<li><dfn data-x-href="https://mimesniff.spec.whatwg.org/#valid-mime-type">valid MIME type string</dfn></li>
@@ -2758,7 +2758,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
27582758
<p>The following terms are defined in <cite>Referrer Policy</cite>:
27592759
<ref>REFERRERPOLICY</ref></p>
27602760

2761-
<ul class="brief">
2761+
<ul class="brief" data-noreformat="">
27622762
<li><dfn data-x-href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy">referrer policy</dfn></li>
27632763
<li>The `<dfn data-x="http-referrer-policy" data-x-href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-header-dfn"><code>Referrer-Policy</code></dfn>` HTTP header</li>
27642764
<li>The <dfn data-x="parse-referrer-policy-header" data-x-href="https://w3c.github.io/webappsec-referrer-policy/#parse-referrer-policy-from-header">parse a referrer policy from a `<code>Referrer-Policy</code>` header</dfn> algorithm</li>
@@ -2817,7 +2817,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
28172817
<p>The following terms are defined in <cite>Navigation Timing</cite>:
28182818
<ref>NAVIGATIONTIMING</ref></p>
28192819

2820-
<ul class="brief">
2820+
<ul class="brief" data-noreformat="">
28212821
<li><dfn data-x-href="https://w3c.github.io/navigation-timing/#dfn-create-the-navigation-timing-entry">create the navigation timing entry</dfn></li>
28222822
<li><dfn data-x-href="https://w3c.github.io/navigation-timing/#dfn-queue-the-navigation-timing-entry">queue the navigation timing entry</dfn></li>
28232823
<li><dfn data-x-href="https://w3c.github.io/navigation-timing/#dom-navigationtimingtype"><code>NavigationTimingType</code></dfn> and its
@@ -2843,7 +2843,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
28432843
<p>The following terms are defined in <cite>Performance Timeline</cite>:
28442844
<ref>PERFORMANCETIMELINE</ref></p>
28452845

2846-
<ul class="brief">
2846+
<ul class="brief" data-noreformat="">
28472847
<li><dfn data-x-href="https://w3c.github.io/performance-timeline/#dom-performanceentry"><code>PerformanceEntry</code></dfn> and its
28482848
<dfn data-x="PerformanceEntry-name" data-x-href="https://w3c.github.io/performance-timeline/#dom-performanceentry-name"><code>name</code></dfn>,
28492849
<dfn data-x="PerformanceEntry-entryType" data-x-href="https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype"><code>entryType</code></dfn>,
@@ -2890,7 +2890,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
28902890

28912891
<p>The following terms are defined in <cite>Web IDL</cite>:</p>
28922892

2893-
<ul class="brief">
2893+
<ul class="brief" data-noreformat="">
28942894
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#this">this</dfn></li>
28952895
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#dfn-extended-attribute">extended attribute</dfn></li>
28962896
<li><dfn data-x-href="https://webidl.spec.whatwg.org/#dfn-named-constructor">named constructor</dfn></li>
@@ -3023,7 +3023,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
30233023
<p>The following terms are defined in the JavaScript specification and used in this
30243024
specification:</p>
30253025

3026-
<ul class="brief">
3026+
<ul class="brief" data-noreformat="">
30273027
<li><dfn data-x-href="https://tc39.es/ecma262/#active-function-object">active function object</dfn></li>
30283028
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-agents">agent</dfn> and
30293029
<dfn data-x-href="https://tc39.es/ecma262/#sec-agent-clusters">agent cluster</dfn></li>
@@ -3193,7 +3193,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
31933193
<p>User agents that support JavaScript must also implement the <cite>Temporal</cite> proposal.
31943194
The following terms are defined there, and used in this specification: <ref>JSTEMPORAL</ref></p>
31953195

3196-
<ul class="brief">
3196+
<ul class="brief" data-noreformat="">
31973197
<li>The <dfn data-x="js-HostSystemUTCEpochNanoseconds" data-x-href="https://tc39.es/proposal-temporal/#sec-hostsystemutcepochnanoseconds">HostSystemUTCEpochNanoseconds</dfn> abstract operation</li>
31983198
<li>The <dfn data-x-href="https://tc39.es/proposal-temporal/#eqn-nsMaxInstant">nsMaxInstant</dfn> and
31993199
<dfn data-x-href="https://tc39.es/proposal-temporal/#eqn-nsMinInstant">nsMinInstant</dfn> values</li>
@@ -3224,7 +3224,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
32243224

32253225
<p>In particular, the following features are defined in <cite>DOM</cite>: <ref>DOM</ref></p>
32263226

3227-
<ul class="brief">
3227+
<ul class="brief" data-noreformat="">
32283228
<li><dfn data-x-href="https://dom.spec.whatwg.org/#interface-attr"><code>Attr</code></dfn> interface</li>
32293229
<li><dfn data-x-href="https://dom.spec.whatwg.org/#interface-characterdata"><code>CharacterData</code></dfn> interface</li>
32303230
<li><dfn data-x-href="https://dom.spec.whatwg.org/#interface-comment"><code>Comment</code></dfn> interface</li>
@@ -3532,7 +3532,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
35323532
<p>This specification uses the following features defined in <cite>File API</cite>:
35333533
<ref>FILEAPI</ref></p>
35343534

3535-
<ul class="brief">
3535+
<ul class="brief" data-noreformat="">
35363536
<li>The <dfn data-x-href="https://w3c.github.io/FileAPI/#dfn-Blob"><code>Blob</code></dfn> interface and its
35373537
<dfn data-x="dom-Blob-type" data-x-href="https://w3c.github.io/FileAPI/#dfn-type"><code>type</code></dfn> attribute</li>
35383538
<li>The <dfn data-x-href="https://w3c.github.io/FileAPI/#dfn-file"><code>File</code></dfn> interface and its
@@ -3609,7 +3609,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
36093609
<p>The following features and terms are defined in <cite>XMLHttpRequest</cite>:
36103610
<ref>XHR</ref></p>
36113611

3612-
<ul class="brief">
3612+
<ul class="brief" data-noreformat="">
36133613
<li>The <dfn data-x-href="https://xhr.spec.whatwg.org/#xmlhttprequest"><code>XMLHttpRequest</code></dfn> interface, and its
36143614
<dfn data-x="dom-XMLHttpRequest-responseXML" data-x-href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-responsexml"><code>responseXML</code></dfn> attribute</li>
36153615
<li>The <dfn data-x-href="https://xhr.spec.whatwg.org/#interface-progressevent"><code>ProgressEvent</code></dfn> interface, and its
@@ -3664,7 +3664,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
36643664
<p>The following terms and features are defined in <cite>Cascading Style Sheets</cite>
36653665
(<cite>CSS</cite>): <ref>CSS</ref></p>
36663666

3667-
<ul class="brief">
3667+
<ul class="brief" data-noreformat="">
36683668
<li><dfn data-x-href="https://drafts.csswg.org/css2/#viewport">viewport</dfn></li>
36693669
<li><dfn data-x-href="https://drafts.csswg.org/css2/#line-box">line box</dfn></li>
36703670
<li><dfn data-x-href="https://drafts.csswg.org/css2/#out-of-flow">out-of-flow</dfn></li>
@@ -3700,7 +3700,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
37003700
<p>The following terms and features are defined in <cite>CSS Box Model</cite>:
37013701
<ref>CSSBOX</ref></p>
37023702

3703-
<ul>
3703+
<ul data-noreformat="">
37043704
<li><dfn data-x-href="https://drafts.csswg.org/css-box/#content-area">content area</dfn></li>
37053705
<li><dfn data-x-href="https://drafts.csswg.org/css-box/#content-box">content box</dfn></li>
37063706
<li><dfn data-x-href="https://drafts.csswg.org/css-box/#border-box">border box</dfn></li>
@@ -3720,7 +3720,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
37203720
<p>The following features are defined in <cite>CSS Logical Properties</cite>:
37213721
<ref>CSSLOGICAL</ref></p>
37223722

3723-
<ul class="brief">
3723+
<ul class="brief" data-noreformat="">
37243724
<li>The <dfn data-x-href="https://drafts.csswg.org/css-logical/#propdef-margin-block">'margin-block'</dfn>,
37253725
<dfn data-x-href="https://drafts.csswg.org/css-logical/#propdef-margin-block-start">'margin-block-start'</dfn>,
37263726
<dfn data-x-href="https://drafts.csswg.org/css-logical/#propdef-margin-block-end">'margin-block-end'</dfn>,
@@ -3800,7 +3800,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
38003800
<p>The following features are defined in <cite>CSS Backgrounds and Borders</cite>:
38013801
<ref>CSSBG</ref></p>
38023802

3803-
<ul class="brief">
3803+
<ul class="brief" data-noreformat="">
38043804
<li>The <dfn data-x-href="https://drafts.csswg.org/css-backgrounds/#propdef-background-color">'background-color'</dfn>,
38053805
<dfn data-x-href="https://drafts.csswg.org/css-backgrounds/#propdef-background-image">'background-image'</dfn>,
38063806
<dfn data-x-href="https://drafts.csswg.org/css-backgrounds/#propdef-background-repeat">'background-repeat'</dfn>,
@@ -3982,7 +3982,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
39823982
<p>The following terms and features are defined in <cite>CSS Positioned Layout</cite>:
39833983
<ref>CSSPOSITION</ref></p>
39843984

3985-
<ul class="brief">
3985+
<ul class="brief" data-noreformat="">
39863986
<li><dfn data-x-href="https://drafts.csswg.org/css-position/#absolute-position">absolutely-positioned</dfn></li>
39873987
<li>The <dfn data-x-href="https://drafts.csswg.org/css-position/#position-property">'position'</dfn> property and its
39883988
<dfn data-x-href="https://drafts.csswg.org/css-position/#valdef-position-static">'static'</dfn> value</li>
@@ -4012,7 +4012,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
40124012

40134013
<p>The following features are defined in <cite>CSS Table</cite>: <ref>CSSTABLE</ref></p>
40144014

4015-
<ul class="brief">
4015+
<ul class="brief" data-noreformat="">
40164016
<li>The <dfn data-x-href="https://drafts.csswg.org/css-tables/#propdef-border-spacing">'border-spacing'</dfn> property</li>
40174017
<li>The <dfn data-x-href="https://drafts.csswg.org/css-tables/#border-collapse-property">'border-collapse'</dfn> property</li>
40184018
<li>The <dfn data-x-href="https://drafts.csswg.org/css-tables/#table-cell">'table-cell'</dfn>,
@@ -4034,7 +4034,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
40344034

40354035
<p>The following features are defined in <cite>CSS Writing Modes</cite>: <ref>CSSWM</ref></p>
40364036

4037-
<ul class="brief">
4037+
<ul class="brief" data-noreformat="">
40384038
<li>The <dfn data-x-href="https://drafts.csswg.org/css-writing-modes/#direction">'direction'</dfn> property</li>
40394039
<li>The <dfn data-x-href="https://drafts.csswg.org/css-writing-modes/#unicode-bidi">'unicode-bidi'</dfn> property</li>
40404040
<li>The <dfn data-x-href="https://drafts.csswg.org/css-writing-modes/#propdef-writing-mode">'writing-mode'</dfn> property</li>
@@ -4054,7 +4054,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
40544054
<p>The following features are defined in <cite>CSS Basic User Interface</cite>:
40554055
<ref>CSSUI</ref></p>
40564056

4057-
<ul class="brief">
4057+
<ul class="brief" data-noreformat="">
40584058
<li>The <dfn data-x-href="https://drafts.csswg.org/css-ui/#outline">'outline'</dfn> property</li>
40594059
<li>The <dfn data-x-href="https://drafts.csswg.org/css-ui/#cursor">'cursor'</dfn> property</li>
40604060
<li>The <dfn data-x-href="https://drafts.csswg.org/css-ui/#appearance-switching">'appearance'</dfn> property, its
@@ -4222,7 +4222,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
42224222
<p>The following interfaces and terms are defined in <cite>Geometry Interfaces</cite>:
42234223
<ref>GEOMETRY</ref></p>
42244224

4225-
<ul class="brief">
4225+
<ul class="brief" data-noreformat="">
42264226
<li><dfn data-x-href="https://drafts.fxtf.org/geometry/#dommatrix"><code>DOMMatrix</code></dfn> interface, and associated
42274227
<dfn data-x-href="https://drafts.fxtf.org/geometry/#matrix-m11-element">m11 element</dfn>,
42284228
<dfn data-x-href="https://drafts.fxtf.org/geometry/#matrix-m12-element">m12 element</dfn>,
@@ -4388,7 +4388,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
43884388

43894389
<p>Finally, the following terms are defined in <cite>ARIA</cite>: <ref>ARIA</ref></p>
43904390

4391-
<ul class="brief">
4391+
<ul class="brief" data-noreformat="">
43924392
<li><dfn data-x-href="https://w3c.github.io/aria/#dfn-role">role</dfn></li>
43934393
<li><dfn data-x-href="https://w3c.github.io/aria/#dfn-accessible-name" data-x="concept-accessible-name">accessible name</dfn></li>
43944394
<li>The <dfn data-x-href="https://w3c.github.io/aria/#ARIAMixin"><code>ARIAMixin</code></dfn> interface, with its associated
@@ -48670,7 +48670,7 @@ interface <dfn interface>HTMLInputElement</dfn> : <span>HTMLElement</span> {
4867048670
content attributes, IDL attributes, methods, and events <span
4867148671
data-x="concept-input-apply">apply</span> to each state:</p>
4867248672

48673-
<table class="applies" id="input-type-attr-summary">
48673+
<table class="applies" id="input-type-attr-summary" data-noreformat="">
4867448674
<thead>
4867548675
<tr>
4867648676
<th>
@@ -155766,7 +155766,7 @@ INSERT INTERFACES HERE
155766155766

155767155767
<p>Thanks to Tim Berners-Lee for inventing HTML, without which none of this would exist.</p>
155768155768

155769-
<p>Thanks to
155769+
<p data-noreformat="">Thanks to
155770155770

155771155771
Aankhen,
155772155772
Aaqa Ishtyaq,
@@ -156930,10 +156930,7 @@ INSERT INTERFACES HERE
156930156930
Bruce Lawson, David Newton, Ilya Grigorik, John Schoenick, Leon de Rijke, Mat Marquis, Marcos
156931156931
Cáceres, Tab Atkins, Theresa O'Connor, and Yoav Weiss for their contributions.</p>
156932156932

156933-
<p>Special thanks to the <a href="https://www.w3.org/WebPlatform/WG/">WPWG</a> for incubating the
156934-
<a href="#custom-elements">custom elements</a> feature. In particular, thanks to David Hyatt and
156935-
Ian Hickson for their influence through the XBL specifications, Dimitri Glazkov for the first
156936-
draft of the custom elements specification, and to
156933+
<p data-noreformat="">Special thanks to the <a href="https://www.w3.org/WebPlatform/WG/">WPWG</a> for incubating the <a href="#custom-elements">custom elements</a> feature. In particular, thanks to David Hyatt and Ian Hickson for their influence through the XBL specifications, Dimitri Glazkov for the first draft of the custom elements specification, and to
156937156934
Alex Komoroske,
156938156935
Alex Russell,
156939156936
Andres Rios,
@@ -156972,7 +156969,7 @@ INSERT INTERFACES HERE
156972156969
(<a href="https://www.google.com/">Google</a>, <a
156973156970
href="mailto:[email protected]">[email protected]</a>).</p>
156974156971

156975-
<p>Starting in 2015, the editor group expanded. It is currently maintained by
156972+
<p data-noreformat="">Starting in 2015, the editor group expanded. It is currently maintained by
156976156973
<a href="https://annevankesteren.nl/">Anne van Kesteren</a> (<a href="https://www.apple.com/">Apple</a>, <a href="mailto:[email protected]">[email protected]</a>),
156977156974
<a href="https://domenic.me/">Domenic Denicola</a> (<a href="https://www.google.com/">Google</a>, <a href="mailto:[email protected]">[email protected]</a>)
156978156975
<a href="https://domfarolino.com">Dominic Farolino</a> (<a href="https://www.google.com/">Google</a>, <a href="mailto:[email protected]">[email protected]</a>),

0 commit comments

Comments
 (0)