CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/05/28 09:39:20
Modified files: usr.bin/mandoc : mandoc.css Log message: John Gardner tells me that among frontend developers, gratuitous use of double selectors like "element.class" is considered poor style. When doing selection mainly by elements is not appropriate because most elements require several different styles, exclusively selecting by class is less cumbersome, more concise, and more flexible. So drop the elements from the selectors, except where they are required for disambiguation and except where they add clarity due to the presence of child selectors.