On Wed, Mar 6, 2019 at 6:58 AM Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
 
Here's a slightly better example that includes multiple optional arguments as well as example CSS:
<style>
 .def::before {
   content: "Procedure: ";
 }

Oops, the first line of CSS should have been .proc::before, not .def::before.  But the result would be the same.