Last modified: 2008-04-20 23:41:32 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15797, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13797 - diff.css uses the proprietary -moz-pre-wrap instead of the cross-browser, standards-compliant pre-wrap
diff.css uses the proprietary -moz-pre-wrap instead of the cross-browser, sta...
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
History/Diffs (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-20 01:40 UTC by rememberthedot
Modified: 2008-04-20 23:41 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description rememberthedot 2008-04-20 01:40:08 UTC
Line 36 of diff.css states "white-space: -moz-pre-wrap;"

Please change this to "white-space: pre-wrap;" which works on all standards-compliant browsers and not just Mozilla-based ones.
Comment 1 rememberthedot 2008-04-20 01:44:15 UTC
Here is a link to the relevant CSS 2.1 specification page: http://www.w3.org/TR/CSS21/text.html#white-space-prop
Comment 2 Niklas Laxström 2008-04-20 14:08:20 UTC
     36         white-space: pre-wrap;
     37         white-space: -moz-pre-wrap;
Comment 3 rememberthedot 2008-04-20 23:13:17 UTC
Sorry, I should have noticed that. It probably wouldn't hurt to remove -moz-pre-wrap anyway because there are very few Mozilla browsers left that don't understand the standard pre-wrap.
Comment 4 rememberthedot 2008-04-20 23:41:32 UTC
Sorry again, I see that pre-wrap isn't yet implemented in Firefox. I thought it was. See http://developer.mozilla.org/en/docs/CSS:white-space

Just forget I ever filed this bug.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links