Re: [w3c/manifest] Feat(events): add BeforeInstallPromptEvent (#520)

@mgiuca 
> I see a bunch of people using htmltidy on their specs. I tried to use this but it complained about the special respec elements and refused to do anything. Is there a trick for getting it to work on respec documents?

No, there should be no trick. Make sure you are using [HTML Tidy version 5.4.0](https://github.com/htacg/tidy-html5) (I think that is latest). 

 Then just:

```Bash
tidy -config tidyconfig.txt -o index.html index.html
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/520#issuecomment-297257356

Received on Wednesday, 26 April 2017 06:55:46 UTC