- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 23 Jul 2008 22:12:06 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5871 --- Comment #14 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com> 2008-07-23 22:12:05 --- (In reply to comment #13) > The equivalent part of the XQX version has this constructor: > > > <xqx:stringConstantExpr> > <xqx:value> > .details > { > text-align: center; > font-size: 80%; > color: gray > } > .variableName > { > font-family: courier > }</xqx:value> > </xqx:stringConstantExpr> I believe the XQueryX that has been generated is correctly reflecting an implicit value of strip for the Boundary-space policy static context property. The removal of the trailing whitespace is covered by section 3.7.1.4, Boundary Whitespace. The addition of "declare boundary-space preserve;" would generate <xqx:stringConstantExpr> <xqx:value> .details { text-align: center; font-size: 80%; color: gray } .variableName { font-family: courier } </xqx:value> </xqx:stringConstantExpr> -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 23 July 2008 22:12:40 UTC