Skip to content

Commit b8255db

Browse files
Fix bikeshed warning (#1753)
Let me fix the following warnings by adding "-algorithm" to the ids. WARNING: Multiple elements have the same id 'check-router-registration-limit': <h3> on line 3482, <dfn> on line 3482 Deduping, but this ID may not be stable across revisions. WARNING: Multiple elements have the same id 'count-router-inner-conditions': <h3> on line 3501, <dfn> on line 3501 Deduping, but this ID may not be stable across revisions.
1 parent b05ac32 commit b8255db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3479,7 +3479,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
34793479
</section>
34803480

34813481
<section algorithm>
3482-
<h3 id="check-router-registration-limit"><dfn>Check Router Registration Limit</dfn></h3>
3482+
<h3 id="check-router-registration-limit-algorithm"><dfn>Check Router Registration Limit</dfn></h3>
34833483

34843484
: Input
34853485
:: |routerRules|, a [=list of router rules=]
@@ -3495,10 +3495,10 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
34953495
1. Set |result| to be the result of running [=Count Router Inner Conditions=] with |rule|["{{RouterRule/condition}}"], |result|, and 10.
34963496
1. If |result|'s [=count router condition result/quota exceeded=] is true, return false.
34973497
1. Return true.
3498-
</section>
3498+
</section>
34993499

35003500
<section algorithm>
3501-
<h3 id="count-router-inner-conditions"><dfn>Count Router Inner Conditions</dfn></h3>
3501+
<h3 id="count-router-inner-conditions-algorithm"><dfn>Count Router Inner Conditions</dfn></h3>
35023502

35033503
: Input
35043504
:: |condition|, a {{RouterCondition}}

0 commit comments

Comments
 (0)