ForwardJS keynotes of Christian Heilmann (@codepo8) addressing the growing complexity of frontend development technologies and how important it is that we keep the initial barrier low to make the web accessible to new developers and publishers as well. Many new IT users land directly on smartphones with their closed-app ecosystems. How can we bring the web to these new users? See also A user interface is like a joke.
CSS table, WebKit, Blink and the missing pixel with width 100%
CSS tables and the 1px missing pixel bug: on WebKit and Blink-based browsers (Chrome, Safari, Opera), elements with display:table and width:100% show a 1px flicker during parent resize. Bug analysis and two workarounds.