ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:54508] [ruby-trunk - Bug #8309][Open] Editorializing in rexml::ie_hack documentation
@ 2013-04-22 19:07 cbeckmann (Charles Beckmann)
  2013-04-23  7:54 ` [ruby-core:54516] [ruby-trunk - Bug #8309] " henry.maddocks (Henry Maddocks)
  2013-04-23  8:47 ` [ruby-core:54518] " duerst (Martin Dürst)
  0 siblings, 2 replies; 3+ messages in thread
From: cbeckmann (Charles Beckmann) @ 2013-04-22 19:07 UTC (permalink / raw
  To: ruby-core


Issue #8309 has been reported by cbeckmann (Charles Beckmann).

----------------------------------------
Bug #8309: Editorializing in rexml::ie_hack documentation
https://bugs.ruby-lang.org/issues/8309

Author: cbeckmann (Charles Beckmann)
Status: Open
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:54516] [ruby-trunk - Bug #8309] Editorializing in rexml::ie_hack documentation
  2013-04-22 19:07 [ruby-core:54508] [ruby-trunk - Bug #8309][Open] Editorializing in rexml::ie_hack documentation cbeckmann (Charles Beckmann)
@ 2013-04-23  7:54 ` henry.maddocks (Henry Maddocks)
  2013-04-23  8:47 ` [ruby-core:54518] " duerst (Martin Dürst)
  1 sibling, 0 replies; 3+ messages in thread
From: henry.maddocks (Henry Maddocks) @ 2013-04-23  7:54 UTC (permalink / raw
  To: ruby-core


Issue #8309 has been updated by henry.maddocks (Henry Maddocks).


Don't hold back...
http://www.mikeperham.com/2010/12/08/contributing-to-ruby/

----------------------------------------
Bug #8309: Editorializing in rexml::ie_hack documentation
https://bugs.ruby-lang.org/issues/8309#change-38825

Author: cbeckmann (Charles Beckmann)
Status: Open
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:54518] [ruby-trunk - Bug #8309] Editorializing in rexml::ie_hack documentation
  2013-04-22 19:07 [ruby-core:54508] [ruby-trunk - Bug #8309][Open] Editorializing in rexml::ie_hack documentation cbeckmann (Charles Beckmann)
  2013-04-23  7:54 ` [ruby-core:54516] [ruby-trunk - Bug #8309] " henry.maddocks (Henry Maddocks)
@ 2013-04-23  8:47 ` duerst (Martin Dürst)
  1 sibling, 0 replies; 3+ messages in thread
From: duerst (Martin Dürst) @ 2013-04-23  8:47 UTC (permalink / raw
  To: ruby-core


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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-23  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 19:07 [ruby-core:54508] [ruby-trunk - Bug #8309][Open] Editorializing in rexml::ie_hack documentation cbeckmann (Charles Beckmann)
2013-04-23  7:54 ` [ruby-core:54516] [ruby-trunk - Bug #8309] " henry.maddocks (Henry Maddocks)
2013-04-23  8:47 ` [ruby-core:54518] " duerst (Martin Dürst)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).