File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ SHELL=/bin/bash -o pipefail
22.PHONY : local remote deploy
33
44remote : index.bs
5- @ (HTTP_STATUS=$$ (curl https://api.csswg .org/bikeshed / \
5+ @ (HTTP_STATUS=$$ (curl https://www.w3 .org/publications/spec-generator / \
66 --output index.html \
77 --write-out " %{http_code}" \
88 --header " Accept: text/plain, text/html" \
9+ -F type=bikeshed-spec \
910 -F die-on=warning \
1011 -F md-Text-Macro=" COMMIT-SHA LOCAL COPY" \
1112 -F file=@index.bs) && \
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ IntersectionObserver</h4>
609609 which is initialized by {{IntersectionObserver(callback, options)}} .
610610
611611<h3 id='algorithms'>
612- Algorithms</h2 >
612+ Algorithms</h3 >
613613
614614<h4 id='initialize-new-intersection-observer'>Initialize a new IntersectionObserver</h4>
615615
@@ -837,7 +837,7 @@ To <dfn export>run the update intersection observations steps</dfn> for a
837837 {{IntersectionObserverRegistration/previousIsVisible}} property.
838838
839839<h3 id='lifetime'>
840- IntersectionObserver Lifetime</h2 >
840+ IntersectionObserver Lifetime</h3 >
841841
842842An {{IntersectionObserver}} will remain alive until both of these conditions hold:
843843<ul>
You can’t perform that action at this time.
0 commit comments