Skip to content

Commit

Permalink
Don't use explicit link, and follow the guideline in whatwg/html#5129
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Dec 9, 2019
1 parent ee7801d commit 9e054ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,8 @@ interface AudioContext : BaseAudioContext {
An {{AudioContext}} is said to be <dfn>allowed to start</dfn> if the user agent
allows the context state to transition from "{{AudioContextState/suspended}}" to
"{{AudioContextState/running}}". A user agent may delay this initial transition,
to allow it only when the {{AudioContext}}'s [=relevant global object=] has been
[[html#tracking-user-activation|activated]].
to allow it only when the {{AudioContext}}'s [=relevant global object=] has
[=sticky activation=] or [=transient activation=].

{{AudioContext}} has an internal slot:

Expand Down

0 comments on commit 9e054ae

Please sign in to comment.