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
In this Chrome issue a developer complained that someone found it confusing that what appeared to him like a space in his editor caused his CSS property to be ignored.
css-syntax defines whitespace to include:
Why not
U+00A0 NO-BREAK SPACEor other Unicode WS characters?In this Chrome issue a developer complained that someone found it confusing that what appeared to him like a space in his editor caused his CSS property to be ignored.