From dev-return-32343-archive-asf-public=cust-asf.ponee.io@forrest.apache.org Sun Jan 14 12:05:09 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 3AE6A180651 for ; Sun, 14 Jan 2018 12:05:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2B0E6160C43; Sun, 14 Jan 2018 11:05:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 706C4160C1D for ; Sun, 14 Jan 2018 12:05:08 +0100 (CET) Received: (qmail 98458 invoked by uid 500); 14 Jan 2018 11:05:07 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 98447 invoked by uid 99); 14 Jan 2018 11:05:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2018 11:05:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3A6391A0A0F for ; Sun, 14 Jan 2018 11:05:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id nu-5oRnOTSwU for ; Sun, 14 Jan 2018 11:05:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3D80F5FAE4 for ; Sun, 14 Jan 2018 11:05:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BD318E0051 for ; Sun, 14 Jan 2018 11:05:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5C56C212FE for ; Sun, 14 Jan 2018 11:05:03 +0000 (UTC) Date: Sun, 14 Jan 2018 11:05:03 +0000 (UTC) From: "Gavin (JIRA)" To: dev@forrest.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FOR-329)

doesn't preserve space MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FOR-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325512#comment-16325512 ] Gavin commented on FOR-329: --------------------------- from what I can see, the sentence/para that is supposed to preserve space uses

...
(and not
 tags.) 
However I see no .pre class in any of the associated style sheets.

> 

doesn't preserve space > ----------------------------------------------- > > Key: FOR-329 > URL: https://issues.apache.org/jira/browse/FOR-329 > Project: Forrest > Issue Type: Bug > Components: XML grammars & validation > Affects Versions: 0.6, 0.8, 0.9, 0.10-dev > Environment: The sample document, document-v20.html, on the Forrest Apache website viewed from IE 6.0. > Reporter: asdf > Priority: Minor > > Lines 45-48 of src/documentation/content/xdocs/docs/document-v20.xml show a paragraph with white space: > 45:

46: >With the <p xml:space="preserve"> attribute, you can declare > 47: that whitespace should be preserved, without implying it is in any other > 48: way special.

> In viewing the document at http://forrest.apache.org/docs/document-v20.html with IE 6.0 I see the following: > With the

attribute, you can declare that whitespace should be preserved, without implying it is in any other way special. > Thanks, > Mark -- This message was sent by Atlassian JIRA (v6.4.14#64029)