You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WAT extractor: do not extract page title from embedded SVG images
- do not use <title> elements embedded in <svg> as page/document title
- use the first non-empty <title> element to set the page/document
title. This is required for documents where the <title> is not
enclosed in the <head> element. Note: HTML5 allows the <head> element
to be ommitted, see
https://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags
- overwrite the page/document title by the content of a <title> element
inside the <head> element
- for text extraction: define the title element as block element
0 commit comments