This helps fix EWW readable mode on some web pages that use these tags,
like the FSF blog.
* lisp/net/eww.el (eww--walk-readability): Check for <style> and
<template> tags.
(cherry picked from commit
fa77689b1e352febb2cf9bdd38c595937ae8089e)
((stringp node)
(setq score (length (split-string node))
noscore t))
- ((memq (dom-tag node) '(script head comment))
+ ((memq (dom-tag node) '(head comment script style template))
(setq score -2
noscore t))
((eq (dom-tag node) 'meta)