• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: HTML rendering on 10.3 vs 10.4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTML rendering on 10.3 vs 10.4


  • Subject: Re: HTML rendering on 10.3 vs 10.4
  • From: Douglas Davidson <email@hidden>
  • Date: Mon, 25 Jul 2005 09:15:00 -0700


On Jul 25, 2005, at 7:53 AM, Theodore H. Smith wrote:

I've got an app that renders HTML on screen, using NSAttributedString.

On MacOS10.4, I'm seeing <p> rendered as a single line, no extra space inbetween the next <p>, like this:

Para1
Para2

On MacOS10.3, I'm seeing this:

Para1

Para2


I'm wondering if I am doing something wrong here? Or is this a known difference? I think I may just use <br> instead of p for single lines, if I can help it.



The extra space used in 10.3 is a rather crude representation of margins. In 10.4 paragraphs are imported using paragraphSpacing to represent margins.


Douglas Davidson

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >HTML rendering on 10.3 vs 10.4 (From: "Theodore H. Smith" <email@hidden>)

  • Prev by Date: Re: My path
  • Next by Date: Re: Swapping toolbars
  • Previous by thread: HTML rendering on 10.3 vs 10.4
  • Next by thread: HTTP extensions to NSMutableURLRequest erroneously modify headers
  • Index(es):
    • Date
    • Thread