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 almost all link-defaults. #217

Merged
merged 1 commit into from
Jul 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 3 additions & 27 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,8 @@ spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/#
text: success; url: dfn-success
</pre>
<pre class="link-defaults">
spec: dom
type: interface
text: Document
spec: html
type: dfn
text: event handler
text: event handler event type
text: in parallel
text: origin; for: /
text: queue a task
spec: storage
type: enum-value
for: PermissionName; text: "persistent-storage"
spec: infra
type: dfn
text: list
for: list; text: append
spec: ui-events
type: dfn
text: user agent
spec: web-bluetooth
type: enum-value
for: PermissionName; text: "bluetooth"
spec: webidl
type: interface
text: Promise
spec:infra; type:dfn; text:user agent
marcoscaceres marked this conversation as resolved.
Show resolved Hide resolved
spec:infra; type:dfn; text:list
</pre>

<section class='non-normative'>
Expand Down Expand Up @@ -1144,7 +1120,7 @@ spec: webidl
moment.</li>
</ol>
</li>
<li><a>Append</a> |task| to |tasks|.</li>
<li>[=list/Append=]</a> |task| to |tasks|.</li>
</ol>
</li>
<li>Wait for all <a>tasks</a> in |tasks| to have executed.</li>
Expand Down