Skip to content

Commit c88e135

Browse files
Deploying to gh-pages from @ 7c995dd 🚀
1 parent 28c4f47 commit c88e135

56 files changed

Lines changed: 78 additions & 294 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

all/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104400,9 +104400,11 @@ <h2><a href="/web-features-explorer/features/view-transition-class/">view-transi
104400104400

104401104401

104402104402

104403-
<span class="position">
104403+
<span class="position position-positive">
104404104404
<a href="https://github.com/mozilla/standards-positions/issues/988">Vendor position</a>
104405104405

104406+
<span>: positive</span>
104407+
104406104408

104407104409
</span>
104408104410

@@ -104419,9 +104421,11 @@ <h2><a href="/web-features-explorer/features/view-transition-class/">view-transi
104419104421

104420104422

104421104423

104422-
<span class="position">
104424+
<span class="position position-positive">
104423104425
<a href="https://github.com/mozilla/standards-positions/issues/988">Vendor position</a>
104424104426

104427+
<span>: positive</span>
104428+
104425104429

104426104430
</span>
104427104431

features/app-launch-handler/index.html

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -74,38 +74,6 @@ <h3>Learning resources on MDN</h3>
7474

7575
<ul data-pagefind-body="">
7676

77-
<li>
78-
<a href="https://developer.mozilla.org/docs/Web/API/LaunchParams">
79-
80-
LaunchParams
81-
82-
</a>
83-
</li>
84-
85-
<li>
86-
<a href="https://developer.mozilla.org/docs/Web/API/LaunchParams/targetURL">
87-
88-
LaunchParams: targetURL property
89-
90-
</a>
91-
</li>
92-
93-
<li>
94-
<a href="https://developer.mozilla.org/docs/Web/API/LaunchQueue">
95-
96-
LaunchQueue
97-
98-
</a>
99-
</li>
100-
101-
<li>
102-
<a href="https://developer.mozilla.org/docs/Web/API/LaunchQueue/setConsumer">
103-
104-
LaunchQueue: setConsumer() method
105-
106-
</a>
107-
</li>
108-
10977
<li>
11078
<a href="https://developer.mozilla.org/docs/Web/API/Launch_Handler_API">
11179

@@ -114,14 +82,6 @@ <h3>Learning resources on MDN</h3>
11482
</a>
11583
</li>
11684

117-
<li>
118-
<a href="https://developer.mozilla.org/docs/Web/Progressive_web_apps/Manifest/Reference/launch_handler">
119-
120-
launch_handler
121-
122-
</a>
123-
</li>
124-
12585
</ul>
12686

12787

features/date-to-gmt-string/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,17 @@ <h1 data-pagefind-body="">toGMTString()</h1>
7272
<h3>Learning resources on MDN</h3>
7373

7474

75-
<strong>No MDN documentation found.</strong>
76-
75+
<ul data-pagefind-body="">
76+
77+
<li>
78+
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/toUTCString">
79+
80+
Date.prototype.toUTCString()
81+
82+
</a>
83+
</li>
84+
85+
</ul>
7786

7887

7988
<h3>Browser support</h3>

features/document-write/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ <h3>Learning resources on MDN</h3>
8181

8282
<ul data-pagefind-body="">
8383

84-
<li>
85-
<a href="https://developer.mozilla.org/docs/Web/API/Document/close">
86-
87-
Document: close() method
88-
89-
</a>
90-
</li>
91-
9284
<li>
9385
<a href="https://developer.mozilla.org/docs/Web/API/Document/open">
9486

@@ -113,6 +105,14 @@ <h3>Learning resources on MDN</h3>
113105
</a>
114106
</li>
115107

108+
<li>
109+
<a href="https://developer.mozilla.org/docs/Web/API/Document/close">
110+
111+
Document: close() method
112+
113+
</a>
114+
</li>
115+
116116
</ul>
117117

118118

features/element-capture/index.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,6 @@ <h3>Learning resources on MDN</h3>
7171
</a>
7272
</li>
7373

74-
<li>
75-
<a href="https://developer.mozilla.org/docs/Web/API/RestrictionTarget">
76-
77-
RestrictionTarget
78-
79-
</a>
80-
</li>
81-
82-
<li>
83-
<a href="https://developer.mozilla.org/docs/Web/API/RestrictionTarget/fromElement_static">
84-
85-
RestrictionTarget: fromElement() static method
86-
87-
</a>
88-
</li>
89-
9074
</ul>
9175

9276

features/execcommand/index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -101,30 +101,6 @@ <h3>Learning resources on MDN</h3>
101101
</a>
102102
</li>
103103

104-
<li>
105-
<a href="https://developer.mozilla.org/docs/Web/API/Document/queryCommandEnabled">
106-
107-
Document: queryCommandEnabled() method
108-
109-
</a>
110-
</li>
111-
112-
<li>
113-
<a href="https://developer.mozilla.org/docs/Web/API/Document/queryCommandState">
114-
115-
Document: queryCommandState() method
116-
117-
</a>
118-
</li>
119-
120-
<li>
121-
<a href="https://developer.mozilla.org/docs/Web/API/Document/queryCommandSupported">
122-
123-
Document: queryCommandSupported() method
124-
125-
</a>
126-
</li>
127-
128104
</ul>
129105

130106

features/functions-caller-arguments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@ <h3>Learning resources on MDN</h3>
8484
<ul data-pagefind-body="">
8585

8686
<li>
87-
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/arguments">
87+
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/caller">
8888

89-
Function.prototype.arguments
89+
Function.prototype.caller
9090

9191
</a>
9292
</li>
9393

9494
<li>
95-
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/caller">
95+
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/arguments">
9696

97-
Function.prototype.caller
97+
Function.prototype.arguments
9898

9999
</a>
100100
</li>

features/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104400,9 +104400,11 @@ <h2><a href="/web-features-explorer/features/view-transition-class/">view-transi
104400104400

104401104401

104402104402

104403-
<span class="position">
104403+
<span class="position position-positive">
104404104404
<a href="https://github.com/mozilla/standards-positions/issues/988">Vendor position</a>
104405104405

104406+
<span>: positive</span>
104407+
104406104408

104407104409
</span>
104408104410

@@ -104419,9 +104421,11 @@ <h2><a href="/web-features-explorer/features/view-transition-class/">view-transi
104419104421

104420104422

104421104423

104422-
<span class="position">
104424+
<span class="position position-positive">
104423104425
<a href="https://github.com/mozilla/standards-positions/issues/988">Vendor position</a>
104424104426

104427+
<span>: positive</span>
104428+
104425104429

104426104430
</span>
104427104431

features/is-secure-context/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ <h3>Learning resources on MDN</h3>
6464
<ul data-pagefind-body="">
6565

6666
<li>
67-
<a href="https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/isSecureContext">
67+
<a href="https://developer.mozilla.org/docs/Web/API/Window/isSecureContext">
6868

69-
WorkerGlobalScope: isSecureContext property
69+
Window: isSecureContext property
7070

7171
</a>
7272
</li>

features/popover-hint/index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,17 @@ <h1 data-pagefind-body="">popover="hint"</h1>
7272
<h3>Learning resources on MDN</h3>
7373

7474

75-
<strong>No MDN documentation found.</strong>
76-
77-
You can <a href="https://developer.mozilla.org/search?q=popover=&quot;hint&quot;">search for the feature on MDN</a>. If you believe that MDN has no documentation about this feature, you can <a href="https://github.com/mdn/mdn/issues/new?template=content-or-feature-suggestion.yml">open an issue on MDN's GitHub repository</a>.
78-
75+
<ul data-pagefind-body="">
76+
77+
<li>
78+
<a href="https://developer.mozilla.org/docs/Web/HTML/Global_attributes/popover#hint">
79+
80+
Hint, in <em>popover</em>
81+
82+
</a>
83+
</li>
84+
85+
</ul>
7986

8087

8188
<h3>Browser support</h3>

0 commit comments

Comments
 (0)