Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Editorial: remove note about hidden being 'historical' #64

Merged
merged 1 commit into from
Sep 15, 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
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
<ul>
<li>{{VisibilityState}} enum value "unloaded" was removed.
</li>
<li>{{Document}}'s {{Document/hidden}} attribute is historical. Use
the {{Document}}'s {{Document/visibilityState}} attribute instead.
</li>
<li>{{Document/onvisibilitychange}} event handler was added.
</li>
<li>Various enhancements and clarifications in the processing model
Expand Down Expand Up @@ -273,11 +270,6 @@ <h3>
<li>Otherwise, return `true`.
</li>
</ol>
<p class="note">
Support for the {{Document/hidden}} attribute is maintained for
historical reasons. Developers should use {{visibilityState}} where
possible.
</p>
</section>
<section>
<h3>
Expand Down