Ticket #6 (closed defect: wontfix)

Opened 3 years ago

Last modified 16 months ago

Move whitespace handling to later

Reported by: ser Owned by: ser
Priority: normal Milestone: 3.1.8
Component: DOM Version: 2.7
Severity: normal Keywords:
Cc: Ruby version: 1.8.1
Operating system: Linux

Description

:ignore_whitespace_nodes and :compress_whitespace are handled only during document parsing. Make sure that they are honored at other times that text nodes are accessed (EG, output).

May have some relation to ticket:5

Change History

Changed 3 years ago by anonymous

  • milestone changed from 3.1.4 to 3.2.0

Changed 16 months ago by ser

  • milestone changed from 3.2.0 to 3.1.8

Pulling into 3.1.8

Changed 16 months ago by ser

  • status changed from new to closed
  • resolution set to wontfix

Output is not an appropriate use for these; the output formatters take care of how whitespace is handled.

Note: See TracTickets for help on using tickets.