Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
fetch-info bot committed Nov 27, 2024
1 parent 115fdf1 commit a3b3507
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
6 changes: 4 additions & 2 deletions members.html
Original file line number Diff line number Diff line change
Expand Up @@ -4881,7 +4881,8 @@
</ul></li>
<li><code>accounts_endpoint</code>
<ul>
<li>used as <strong>field</strong> in dictionary <code><a href="names/IdentityProviderAPIConfig.html">IdentityProviderAPIConfig</a></code> in <a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderapiconfig-accounts_endpoint">Federated Credential Management API</a></li>
<li>used as <strong>field</strong> in dictionary <code><a href="names/IdentityProviderWellKnown.html">IdentityProviderWellKnown</a></code> in <a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-accounts_endpoint">Federated Credential Management API</a></li>
<li>used as <strong>field</strong> in dictionary <code><a href="names/IdentityProviderAPIConfig.html">IdentityProviderAPIConfig</a></code> in <a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-accounts_endpoint">Federated Credential Management API</a></li>

</ul></li>
<li><code>accuracy</code>
Expand Down Expand Up @@ -17167,7 +17168,8 @@
</ul></li>
<li><code>login_url</code>
<ul>
<li>used as <strong>field</strong> in dictionary <code><a href="names/IdentityProviderAPIConfig.html">IdentityProviderAPIConfig</a></code> in <a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderapiconfig-login_url">Federated Credential Management API</a></li>
<li>used as <strong>field</strong> in dictionary <code><a href="names/IdentityProviderWellKnown.html">IdentityProviderWellKnown</a></code> in <a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-login_url">Federated Credential Management API</a></li>
<li>used as <strong>field</strong> in dictionary <code><a href="names/IdentityProviderAPIConfig.html">IdentityProviderAPIConfig</a></code> in <a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-login_url">Federated Credential Management API</a></li>

</ul></li>
<li><code>longDesc</code>
Expand Down
4 changes: 3 additions & 1 deletion names/IdentityProviderWellKnown.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ <h3>Definition</h3>
<pre class=webidl><code><span class=def>

dictionary <strong>IdentityProviderWellKnown</strong> {<span class=def>
required sequence&lt;<span class=primitive>USVString</span>&gt; <strong><a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-provider_urls">provider_urls</a></strong>;</span>
sequence&lt;<span class=primitive>USVString</span>&gt; <strong><a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-provider_urls">provider_urls</a></strong>;</span><span class=def>
<span class=primitive>USVString</span> <strong><a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-accounts_endpoint">accounts_endpoint</a></strong>;</span><span class=def>
<span class=primitive>USVString</span> <strong><a href="https:&#x2F;&#x2F;w3c-fedid.github.io&#x2F;FedCM&#x2F;#dom-identityproviderwellknown-login_url">login_url</a></strong>;</span>
};</span></code></pre>


Expand Down
3 changes: 2 additions & 1 deletion names/PaintTimingMixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h3>Definition</h3>
<h3>Referring IDL interfaces/dictionaries</h3>

<ul>
<li><code><a href="PerformancePaintTiming.html">PerformancePaintTiming</a></code></li>
<li><code><a href="PerformanceLongAnimationFrameTiming.html">PerformanceLongAnimationFrameTiming</a></code></li>
<li><code><a href="PerformancePaintTiming.html">PerformancePaintTiming</a></code></li>

</ul>
</section>
Expand Down
22 changes: 20 additions & 2 deletions names/PerformanceLongAnimationFrameTiming.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,27 @@ <h3>Definition</h3>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-firstuieventtimestamp">firstUIEventTimestamp</a></strong>;</span><span class=def id=attribute-scripts>
[SameObject] readonly attribute FrozenArray&lt;<a href='PerformanceScriptTiming.html'>PerformanceScriptTiming</a>&gt; <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-scripts">scripts</a></strong>;</span><span class=def id=operation-toJSON>
[Default] <span class=primitive>object</span> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-tojson">toJSON</a></strong>();</span>
};</span></code></pre>

};</span><span class=def>

<a href='PerformanceLongAnimationFrameTiming.html'>PerformanceLongAnimationFrameTiming</a> includes <a href='PaintTimingMixin.html'>PaintTimingMixin</a>;</span></code></pre>

<details><summary>Consolidated IDL (across mixin and partials)</summary><pre class=webidl><code><span class=def>[Exposed&#x3D;<a class=realm href='../globals/Window.html'>Window</a>]
interface <strong>PerformanceLongAnimationFrameTiming</strong> : <a href='PerformanceEntry.html'>PerformanceEntry</a> {<span class=def id=attribute-startTime><span class="comment">
&#x2F;* Overloading PerformanceEntry *&#x2F;
</span>readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-starttime">startTime</a></strong>;</span><span class=def id=attribute-duration>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-duration">duration</a></strong>;</span><span class=def id=attribute-name>
readonly attribute <span class=primitive>DOMString</span> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-name">name</a></strong>;</span><span class=def id=attribute-entryType>
readonly attribute <span class=primitive>DOMString</span> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-entrytype">entryType</a></strong>;</span><span class=def id=attribute-renderStart>

readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-renderstart">renderStart</a></strong>;</span><span class=def id=attribute-styleAndLayoutStart>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-styleandlayoutstart">styleAndLayoutStart</a></strong>;</span><span class=def id=attribute-blockingDuration>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-blockingduration">blockingDuration</a></strong>;</span><span class=def id=attribute-firstUIEventTimestamp>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-firstuieventtimestamp">firstUIEventTimestamp</a></strong>;</span><span class=def id=attribute-scripts>
[SameObject] readonly attribute FrozenArray&lt;<a href='PerformanceScriptTiming.html'>PerformanceScriptTiming</a>&gt; <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-scripts">scripts</a></strong>;</span><span class=def id=operation-toJSON>
[Default] <span class=primitive>object</span> <strong><a href="https:&#x2F;&#x2F;w3c.github.io&#x2F;long-animation-frames&#x2F;#dom-performancelonganimationframetiming-tojson">toJSON</a></strong>();</span><span class=def id=attribute-paintTime>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a> <strong>paintTime</strong>;</span><span class=def id=attribute-presentationTime>
readonly attribute <a href='DOMHighResTimeStamp.html'>DOMHighResTimeStamp</a>? <strong>presentationTime</strong>;</span>
};</span></code></pre></details>
</section>


Expand Down
2 changes: 1 addition & 1 deletion names/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
<li><a href="NetworkInformationSaveData.html">NetworkInformationSaveData</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="NonDocumentTypeChildNode.html">NonDocumentTypeChildNode</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="NonElementParentNode.html">NonElementParentNode</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="PaintTimingMixin.html">PaintTimingMixin</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="PaintTimingMixin.html">PaintTimingMixin</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="ParentNode.html">ParentNode</a> <span title='used by 3 other IDL fragments'>(3)</span> </li>
<li><a href="PopoverInvokerElement.html">PopoverInvokerElement</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="ReadableStreamGenericReader.html">ReadableStreamGenericReader</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
Expand Down

0 comments on commit a3b3507

Please sign in to comment.