- From: Marcos Caceres <notifications@github.com>
- Date: Mon, 06 Apr 2015 15:11:50 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Monday, 6 April 2015 22:12:18 UTC
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