Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21536, comment 9


Ignore:
Timestamp:
04/15/2015 01:08:42 PM (10 years ago)
Author:
ericlewis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21536, comment 9

    initial v1  
    1 For reference, [https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2012-08-15&sort=asc#m438343 discussion that reverted and closed this ticket].
     1For reference, two discussions discussed and ended up in a revert on this, [https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2012-08-15&sort=asc#m438338 1] and [https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2012-08-15&sort=asc#m438758 2].
     2
     3In summary,
     4
     5Themes may not be implementing an editor stylesheet, and this was intended as a "sane default" - writing width is 600px and background indicates that.
     6
     7The gray space shows the user where the editable ends and non-editable area begins.
     8
     9The centering was intended to create parity with desktop publishing software (i.e. MS Word) for a familiar experience. Centering editable area works in Word because the content width is 100% of the application width. In WordPress, the existence of the admin menu on the left and a right column on the right means that the editor is not 100% of the application width, and may blur the utility / beauty of centering the editable in an editor among many UI pieces on the screen.