Return-Path: Delivered-To: apmail-xmlgraphics-fop-dev-archive@www.apache.org Received: (qmail 33173 invoked from network); 7 Apr 2006 14:21:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 14:21:45 -0000 Received: (qmail 87031 invoked by uid 500); 7 Apr 2006 14:21:40 -0000 Delivered-To: apmail-xmlgraphics-fop-dev-archive@xmlgraphics.apache.org Received: (qmail 87005 invoked by uid 500); 7 Apr 2006 14:21:40 -0000 Mailing-List: contact fop-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-dev@xmlgraphics.apache.org Delivered-To: mailing list fop-dev@xmlgraphics.apache.org Received: (qmail 86994 invoked by uid 99); 7 Apr 2006 14:21:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 07:21:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [218.214.161.37] (HELO kant.arcus.com.au) (218.214.161.37) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 07:21:39 -0700 Received: from plato.arcus.com.au ([192.168.47.10]) by kant.arcus.com.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id 22S2GK06; Fri, 7 Apr 2006 22:21:16 +0800 From: Manuel Mall To: fop-dev@xmlgraphics.apache.org Subject: no-wrap vs nowrap Date: Fri, 7 Apr 2006 22:16:48 +0800 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604072216.48759.manuel@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We currently allow the property value "no-wrap" for the "white-space" shorthand property which matches the property value "no-wrap" for the "wrap-option" property. However, the spec seems to say that for "white-space" the property value is "nowrap" (no hyphen) while for wrap-option it is "no-wrap". I assume this is a bug in our code (which I am happy to fix) or am I misunderstanding something? Manuel