A subtle layout bug in Google Search: When CJK text-wrapping meets float
1–10 of 26 posts
Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#2Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#3[1] https://wpt.fyi/results/?label=experimental&label=master&ali...
Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#4In this case a "display: flex" on the element would be a much better solution.
Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#5Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#6The homepage of Google has n-e-v-e-r had an error free console, which I find funny considering it's literally a white page with a logo and a lonely text field, and considering that Google expends so much effort trying to sling their design methodology onto everyone. "Do as I say, not as I do."
Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#7In short: don't use "float: left/right" for anything besides real floating images. In this case a "display: flex" on the element would be a much better solution.
That particular UI element of google search has been around decades, so might predate css flex...
Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#8In short: don't use "float: left/right" for anything besides real floating images. In this case a "display: flex" on the element would be a much better solution.
I wonder how long ago this CSS was written... That particular UI element of google search has been around decades, so might predate css flex...
Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#9Re: A subtle layout bug in Google Search: When CJK text-wrapping meets float
#10Earlier quoted context omitted.
I wonder how long ago this CSS was written... That particular UI element of google search has been around decades, so might predate css flex...
2009 but css flex didn't become popular until 2014+.
And clearing your floats was part of the absolute basics. Of course, we still forgot to now and then.