#3762: Table alignment use of align attribute
----------------------+-----------------------------------------------------
  Reporter:  damo     |       Owner:  tobiasz.cudnik
      Type:  Bug      |      Status:  closed        
  Priority:  Normal   |   Milestone:  CKEditor 3.0  
 Component:  General  |     Version:                
Resolution:  wontfix  |    Keywords:  IBM Confirmed 
----------------------+-----------------------------------------------------
Changes (by fredck):

  * status:  assigned => closed
  * resolution:  => wontfix


Comment:

 The things to consider here is that we should use the only the <table>
 element to perform the alignment. We should not rely on other elements to
 achieve it (the outer div), because it's most likely that the user will be
 able to include other content inside that div, having undesired results.
 Note that we're in a dynamic environment here, so the solutions used on
 static pages don't fit us in all cases.

 The only other way to table alignment is by using {{{<table style="margin-
 left:auto; margin-right:auto;">}}}. But, it's well known that this is not
 compatible with all browsers.

 So, we need to be practical here, sticking with the generic solution that
 works in all cases: the align attribute. We have been using it for years,
 and I can't recall any complain about it, so it looks like it's a stable
 solution.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3762#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to