You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outlook.com filters some properties depending on their case. For example, Outlook.com supports Margin:0; but not margin:0;. I tested every properties based on this list, and 19 properties affected by this behavior. Some will only work when written in lowercase. And others will only work when written in anything but lowercase.
Properties only supported in lowercase :
alignment-baseline
baseline-shift
clip-path
color-interpolation-filters
flood-color
flood-opacity
image-rendering
lighting-color
mask
opacity
Properties only supported in anything but lowercase :
Float
Margin
Margin-bottom
Margin-left
Margin-right
Margin-top
Outline
Position
Z-index
The text was updated successfully, but these errors were encountered:
Outlook.com filters some properties depending on their case. For example, Outlook.com supports
Margin:0;
but notmargin:0;
. I tested every properties based on this list, and 19 properties affected by this behavior. Some will only work when written in lowercase. And others will only work when written in anything but lowercase.Properties only supported in lowercase :
Properties only supported in anything but lowercase :
The text was updated successfully, but these errors were encountered: