Changes between Initial Version and Version 1 of Ticket #7975, comment 8


Ignore:
Timestamp:
Nov 27, 2012, 6:54:37 PM (10 years ago)
Author:
selfthinker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7975, comment 8

    initial v1  
    11Mainly due to the removed IE6 fixes, there are only 3 types of invalid CSS left:
    22
    3 * 1x `::-moz-focus-inner`: I would definitely leave that in and would even extend it for input as well, as described on #7996
     3* 1x `::-moz-focus-inner`: I would definitely leave that in and would even extend it for input as well, as described on ticket:7996#comment:15
    44* 8x `filter`: Most of the microsoft-specific filters enhance the usability but are not essential, only the opacity filter for .ui-widget-overlay is really important. Would you consider removing some of them? Or would you rather not touch them? I am in two minds about that...
    55* 8x `zoom`: Although zoom is not one of the "evil" validity issues, it's also not necessary. As we don't need to consider IE6 anymore, swapping every `zoom: 1` with e.g. a `min-height: 1px` should trigger hasLayout as well. I will first check if each occurrence is really needed (it might have been only there for IE6) and then check if min-height can be used instead and change it accordingly.