Hey,I have a few questions about how lang= is implemented in Blink.(1) Does it affect default font selection for a given element (especially for CJK)?
(2) Will <html lang="ja"> cascade down to all elements in the document?
(3) Will <html lang="ja"> override or otherwise interact with any Content-Language header sent with the HTTP the response serving the document?
Hi Mark--responses inline.On Thu, Nov 12, 2015 at 6:31 AM, 'mark a. foltz' via blink-dev <blin...@chromium.org> wrote:Hey,I have a few questions about how lang= is implemented in Blink.(1) Does it affect default font selection for a given element (especially for CJK)?I'm unfortunately not sure about how CJK font selection works. falken knows a lot about it because he wrote a Chrome extension that lets users configure some aspect of it. I suspect lang influences how the fallback for "missing" glyphs works, with the note that CJK characters are missing from the default fonts.