Re: [manifest] Add meta tags equivs. for features were possible (#350)

Actually, for `lang` we can walk the tree to find the language of the document. 

So, we can get it from the element:

```HTML
<link rel=manifest lang=en> 
```

Or parent(s):

```HTML
<html> 
  <head lang=fr>
  <link rel=manifest> 
```

Or root:

```HTML
<html lang=fr> 
  <head>
  <link rel=manifest> 
```






 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/350#issuecomment-90260883

Received on Monday, 6 April 2015 22:12:18 UTC