Skip to content

Commit

Permalink
remove unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Tanzer committed Apr 14, 2023
1 parent f8463bb commit e9cd240
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -300,20 +300,23 @@ href=https://wicg.github.io/shared-storage/>Shared Storage</a> specifications.

A <dfn>fenced frame config mapping</dfn> has three submappings:

<dl export dfn-for="fenced frame config mapping">
<dl dfn-for="fenced frame config mapping">
: <dfn>pending config mapping</dfn>
:: a [=map=] whose [=map/keys=] are [=urn uuids=] and whose [=map/values=] are [=fenced frame configs=]
:: a [=map=] whose [=map/keys=] are [=urn uuids=] and whose [=map/values=] are [=fenced frame
configs=]

: <dfn>finalized config mapping</dfn>
:: a [=map=] whose [=map/keys=] are [=urn uuids=] and whose [=map/values=] are [=fenced frame configs=]
:: a [=map=] whose [=map/keys=] are [=urn uuids=] and whose [=map/values=] are [=fenced frame
configs=]

: <dfn>nested config mapping</dfn>
:: a [=map=] whose [=map/keys=] are [=urn uuids=] and whose [=map/values=] are [=fenced frame configs=]
:: a [=map=] whose [=map/keys=] are [=urn uuids=] and whose [=map/values=] are [=fenced frame
configs=]
</dl>

Each [=fenced frame config mapping=] has a <dfn for="fenced frame config mapping" export>maximum
number of configs</dfn>, which is implementation-defined. The [=fenced frame config mapping/maximum
number of configs=] may be a nonnegative number or infinity.
Each [=fenced frame config mapping=] has a <dfn for="fenced frame config mapping">maximum number of
configs</dfn>, which is implementation-defined. The [=fenced frame config mapping/maximum number of
configs=] may be a nonnegative number or infinity.

Note: It is important to specify the behavior of
[=fenced frame config mapping/maximum number of configs=] because its semantics can interact with
Expand Down

0 comments on commit e9cd240

Please sign in to comment.