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
@atiqsayyed great! Let me know if the description is not sufficient in any issue. I sometimes just write the issue description in a hurry. Will come online after some time.
@hrj By going through the code, i found that It can be the case with any attribute, not only just width. .
Should i do a generic fix?? (this can affect other elements as well)
Or should i fix it only for Image height and width.. which will solve the above issue?
@atiqsayyed Generic fix is better. You need to read the CSS specs to ensure that other elements are not adversely affected. (Fortunately we have the automated tests now, as a safety net). MDN is also a good resource.
@atiqsayyed If you find that the CSS spec is silent about something, we can follow the example of other browsers for that particular thing. The reference browser we have chosen is Firefox (because it tends to be more consistent).
This works:
But this doesn't
The text was updated successfully, but these errors were encountered: