Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete manifest attribute references #10863

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -15130,9 +15130,7 @@ interface <dfn interface>HTMLBaseElement</dfn> : <span>HTMLElement</span> {

<p>A <code>base</code> element, if it has an <code data-x="attr-base-href">href</code> attribute,
must come before any other elements in the tree that have attributes defined as taking <span
data-x="URL">URLs</span>, except the <code>html</code> element (its <code
data-x="attr-html-manifest">manifest</code> attribute isn't affected by <code>base</code>
elements).</p>
data-x="URL">URLs</span>.</p>
wlib marked this conversation as resolved.
Show resolved Hide resolved

<div w-nodev>

Expand Down Expand Up @@ -140842,8 +140840,7 @@ interface <dfn interface>External</dfn> {
<td>none*</td>
<td><code>head</code>*;
<code>body</code>*</td>
<td><span data-x="global attributes">globals</span>;
<code data-x="attr-html-manifest">manifest</code></td>
<td><span data-x="global attributes">globals</span></td>
<td><code>HTMLHtmlElement</code></td>
</tr>

Expand Down Expand Up @@ -145770,6 +145767,7 @@ INSERT INTERFACES HERE
Daniel Clark, <!-- dandclark on GitHub -->
Daniel Davis,
Daniel Ehrenberg,
Daniel Ethridge, <!-- wlib on GitHub -->
Daniel Glazman,
Daniel Holbert,
Daniel Peng,
Expand Down