So did this not go any where? can't find references any where other than a GitHub. did they just abandon this initial ? Really Curious!!!
@NamNguyen-br3tw7 жыл бұрын
TG: 9:25 AM Parsece Ngày: 25/8/2017, Tháng 8 Houdini: Demystifying the Future of CSS - Google I/O 2016
@augustingodinot23598 жыл бұрын
text that adjusts to thw window ? Can't we set the font size in vw or vw ?
@joestrong8 жыл бұрын
exactly what I was thinking! Though I think what was mentioned here is wrong, I think Paul Lewis' original problem was something to do with font fitting a Div's width, not the window
@augustingodinot23598 жыл бұрын
Oh ok, I didn't understand right the actual problem :D
@hrgwea8 жыл бұрын
Even if it was a fixed-width font, it won't help using vw because you don't know how long (how many characters) the text is. You could make it work for one specific string of text, but that's not practical.
@ilovecomputers8 жыл бұрын
I feel like the font metric spec was written just for me. I'm working on a project to measure how wide a rendered word is and it kills me that I have to throw each word into a div or canvas (one at a time) just to get that information: stackoverflow.com/questions/118241/calculate-text-width-with-javascript So thank you Chrome Devs! I can't wait for it to ship :3
@johngalt34348 жыл бұрын
Why are we writing CSS in JS.
@calebprenger39288 жыл бұрын
I'm assuming it's because he is multi threading some of the events