Re: [w3c/manifest] Create test suite to check Web App Manifest feature support (#666)

@Honry, if you could help review or create tests with @patrickkettner it would be awesome. The plan is basically just to make little tests for each manifest property:

So, a HTML file:
```HTML
<doctype html>
<link rel="manifest" href="manifest-shortname.json"> 
```

And then `manifest-shortname.json`:

```JSON
{
  short_name: "PASS"
}
```

And "add to homescreen"... and having the `short_name` show up would be considered a pass. 

@patrickkettner is going to provide us with a link to where we can put the results... might just be an excel sheet, which we can then generate the tests results from as JSON. 

There are some things we can't really test, like the ARC rating stuff... but we might point to the Microsoft Store as evidence that it's being used. 

-- 
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/issues/666#issuecomment-405405826

Received on Monday, 16 July 2018 22:54:35 UTC