Sat, 26 May 2018 14:04:38 -0600 (MDT) Ingo Schwarze
<schwa...@openbsd.org>
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   schwa...@cvs.openbsd.org        2018/05/26 14:04:38
> 
> Modified files:
>       usr.bin/mandoc : mandoc.css 
> 
> Log message:
> Start with baby steps towards responsive design:
> Use a @media width query to select a set of default indentations.
> Suggested by John Gardner <gardnerjohng at gmail dot com>.
> 

Hi Ingo, tech@,

While here please see the results from validating browser Dillo as well:

[1] http://man.openbsd.org/pf.conf

HTML warning: line 773, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 873, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1131, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1148, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1156, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1166, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1397, Unexpected closing tag: </dt> -- expected </dl>.

https://validator.w3.org/nu/?doc=http%3A%2F%2Fman.openbsd.org%2Fpf.conf
http://www.htmlhelp.org/cgi-bin/validate.cgi?url=http://man.openbsd.org/pf.conf&warnings=yes

[2] http://man.openbsd.org/ifconfig

HTML warning: line 456, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 935, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1146, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1235, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1462, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1470, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1600, Unexpected closing tag: </dt> -- expected </dl>.
HTML warning: line 1938, Unexpected closing tag: </dt> -- expected </dl>.

https://validator.w3.org/nu/?doc=http%3A%2F%2Fman.openbsd.org%2Fifconfig
http://www.htmlhelp.org/cgi-bin/validate.cgi?url=http://man.openbsd.org/ifconfig&warnings=yes

The list of HTML warnings is generated via the bug counter, bottom right
corner of the browser (left click), right click for the validating URLs.

Obviously it is good to have a doctype declaration or conform to generic
strict declarations.  I'm only interested in the anchor id elements now.

The interest is provoked by the useful pointing to portion of the pages,
exactly similar to view and reference same in terminal pagers e.g. less.

Hope this does not interfere much with the work flow and is appropriate.

Kind regards,
Anton Lazarov

Reply via email to