Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ SHELL=/bin/bash -o pipefail
.PHONY: local remote deploy

remote: index.bs
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
@ (HTTP_STATUS=$$(curl https://www.w3.org/publications/spec-generator/ \
--output index.html \
--write-out "%{http_code}" \
--header "Accept: text/plain, text/html" \
-F type=bikeshed-spec \
-F die-on=warning \
-F md-Text-Macro="COMMIT-SHA LOCAL COPY" \
-F file=@index.bs) && \
Expand Down
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ IntersectionObserver</h4>
which is initialized by {{IntersectionObserver(callback, options)}}.

<h3 id='algorithms'>
Algorithms</h2>
Algorithms</h3>

<h4 id='initialize-new-intersection-observer'>Initialize a new IntersectionObserver</h4>

Expand Down Expand Up @@ -837,7 +837,7 @@ To <dfn export>run the update intersection observations steps</dfn> for a
{{IntersectionObserverRegistration/previousIsVisible}} property.

<h3 id='lifetime'>
IntersectionObserver Lifetime</h2>
IntersectionObserver Lifetime</h3>

An {{IntersectionObserver}} will remain alive until both of these conditions hold:
<ul>
Expand Down
Loading