ISSUE-33 (grammar styles): REPORTED: Separate classes for grammar examples and grammar productions

ISSUE-33 (grammar styles): REPORTED: Separate classes for grammar examples and grammar productions

http://www.w3.org/2007/OWL/tracker/issues/

Raised by: Bijan Parsia
On product: 

Reported by bparsia, Jul 10, 2007

It would be handy if the functional syntax grammar was extractable by a simple query. A problem 
now is that the examples of the syntax have the same class (grammar) as the productions. Two 
solutions, and I leave it to the editor to decide which. In css/owl.css either duplicate the style for 
.grammar

 .example {
    font-family: monospace; padding-left: 20px; font-size: 10pt;
}

Or just add the "example" class to the examples, e.g.,

<p class="grammar example"...

Either way will work fine!

Received on Thursday, 25 October 2007 08:06:41 UTC