- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Jul 2011 08:34:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv27029/tools Modified Files: generate-spec-source.xsl Log Message: Fixed "Typical default display properties" problem. b=13114. Thanks George Lund. Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.309 retrieving revision 1.310 diff -u -d -r1.309 -r1.310 --- generate-spec-source.xsl 26 May 2011 10:45:32 -0000 1.309 +++ generate-spec-source.xsl 4 Jul 2011 08:34:44 -0000 1.310 @@ -1476,7 +1476,7 @@ or starts-with(.,$name-colon) or starts-with(.,$name-bracket) ]]"> - <xsl:if test="properties/property"> + <xsl:if test="properties/property and not(selector[contains(., '(')])"> <!-- * only include this rule if it actually has some --> <!-- * properties --> <div class="selectors">
Received on Monday, 4 July 2011 08:34:47 UTC