From: "duerst (Martin Dürst)" Date: 2013-04-23T17:47:54+09:00 Subject: [ruby-core:54518] [ruby-trunk - Bug #8309] Editorializing in rexml::ie_hack documentation Issue #8309 has been updated by duerst (Martin D��rst). The new text now reads: # ie_hack:: # This hack inserts a space before the /> on empty tags to address # a limitation of Internet Explorer. Defaults to false I suspect that this was an old version of Internet Explorer, and/or happened only in some configurations/APIs. If somebody has more details on when this is a problem, I'd like to include it. Please open a new issue for that. ---------------------------------------- Bug #8309: Editorializing in rexml::ie_hack documentation https://bugs.ruby-lang.org/issues/8309#change-38828 Author: cbeckmann (Charles Beckmann) Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p385 (2013-02-06 revision 39114) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN I noticed some rather shameful editorializing while perusing the official documentation for REXML::Document, specifically in the description of the ie_hack parameter. See here: http://ruby-doc.org/stdlib-1.9.3/libdoc/rexml/rdoc/REXML/Document.html "Internet Explorer is the worst piece of crap to have ever been written, with the possible exception of Windows itself. Since IE is unable to parse proper XML, we have to provide a hack to generate XML that IE���s limited abilities can handle. This hack inserts a space before the /> on empty tags. Defaults to false" This description is extremely unprofessional and has no place in Ruby's official documentation. I suggest that it be rewritten to contain only pertinent information. This text is present in both trunk and 1.8.x. Steps to reproduce: None, this is a documentation issue. -- http://bugs.ruby-lang.org/