Skip to content

Commit

Permalink
Remove the Login Status API spec from the FedCM repo, now that it mov…
Browse files Browse the repository at this point in the history
…ed to its own repo
  • Loading branch information
Sam Goto committed Sep 5, 2024
1 parent 57d30a6 commit dd5c61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 216 deletions.
12 changes: 2 additions & 10 deletions spec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@

all: spec idl

spec: index.html login-status.html
spec: index.html

idl: fedcm.idl login-status.idl
idl: fedcm.idl

fedcm.idl: index.bs
./extract_idl.rb fedcm.idl

login-status.idl: login-status.bs
./extract_idl.rb login-status.idl

index.html: index.bs
bikeshed --die-on=fatal spec index.bs

login-status.html: login-status.bs
bikeshed --die-on=fatal spec login-status.bs

clean:
rm index.html
rm fedcm.idl
rm login-status.html
rm login-status.idl
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/
spec: webappsec-fetch-metadata; urlPrefix: https://w3c.github.io/webappsec-fetch-metadata/
type: dfn
text: Directly User-Initiated Requests; url: directly-user-initiated
spec: login-status; urlPrefix: login-status.html
spec: login-status; urlPrefix: https://w3c-fedid.github.io/login-status
type: dfn
text: logged-in; url: logged-in
text: logged-out; url: logged-out
Expand Down
205 changes: 0 additions & 205 deletions spec/login-status.bs

This file was deleted.

0 comments on commit dd5c61a

Please sign in to comment.