Skip to content

Commit 6333398

Browse files
kfranqueiroemilio
authored andcommitted
Update Makefile to use spec-generator; fix mismatched HTML tags
1 parent 8f41a7d commit 6333398

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ SHELL=/bin/bash -o pipefail
22
.PHONY: local remote deploy
33

44
remote: 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) && \

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

842842
An {{IntersectionObserver}} will remain alive until both of these conditions hold:
843843
<ul>

0 commit comments

Comments
 (0)