- From: Adam Rice <notifications@github.com>
- Date: Fri, 07 Dec 2018 06:56:36 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 December 2018 14:56:57 UTC
The Nu Html Checker really wants <html lang="en"> to be included in all HTML files, and will exit with an error if it is not present. The deploy script will not proceed if the Html Checker exits with an error. Add an <html lang="en"> tag to all the demo HTML files to keep the Html Checker happy. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/974 -- Commit Summary -- * Demos: Add lang="en" to html files -- File Changes -- M demos/append-child.html (1) M demos/index.html (1) M demos/streaming-element-backpressure.html (1) M demos/streaming-element.html (1) -- Patch Links -- https://github.com/whatwg/streams/pull/974.patch https://github.com/whatwg/streams/pull/974.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/974
Received on Friday, 7 December 2018 14:56:57 UTC