Skip to content

Commit

Permalink
Fix bikeshed indentation error
Browse files Browse the repository at this point in the history
Also removes some extra trailing whitespace on a line.
  • Loading branch information
wolenetz committed Dec 20, 2022
1 parent 69b2ff0 commit c20068b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,12 @@ If your feature does **anything**
that falls into the
following categories:
* Interacts with a document from the "outside"
(e.g. sends information to a document)
(e.g. sends information to a document)
* Makes cross-document interaction/resource sharing possible
(e.g. holding locks)
(e.g. holding locks)
* May malfunction when a document is
kept in a non-[=Document/fully active=] BFCached state
(instead of getting destroyed)
kept in a non-[=Document/fully active=] BFCached state
(instead of getting destroyed)
after the user navigates away from it
or gets restored
(e.g. expects that a state saved in the document
Expand All @@ -714,7 +714,7 @@ following categories:
Specify how your feature works
with non-[=Document/fully active=] BFCached documents,
following the guidelines in the
[Supporting BFCached Documents](https://w3ctag.github.io/bfcache-guide/) guide.
[Supporting BFCached Documents](https://w3ctag.github.io/bfcache-guide/) guide.

Note: It is possible for a document
to become non-[=Document/fully active=]
Expand Down

0 comments on commit c20068b

Please sign in to comment.