diff --git a/Makefile b/Makefile index e8d2792..e6d23a8 100644 --- a/Makefile +++ b/Makefile @@ -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) && \ diff --git a/index.bs b/index.bs index 67c6865..747e900 100644 --- a/index.bs +++ b/index.bs @@ -609,7 +609,7 @@ IntersectionObserver which is initialized by {{IntersectionObserver(callback, options)}}.

-Algorithms

+Algorithms

Initialize a new IntersectionObserver

@@ -837,7 +837,7 @@ To run the update intersection observations steps for a {{IntersectionObserverRegistration/previousIsVisible}} property.

-IntersectionObserver Lifetime

+IntersectionObserver Lifetime An {{IntersectionObserver}} will remain alive until both of these conditions hold: