Diigo Bookmarks 04/19/2016
著
-
WebM, VP9 and Opus Support in Microsoft Edge | Microsoft Edge Dev Blog
"Opus was developed by the Xiph Foundation to support both bandwidth-efficient speech/RTC applications as well as high-quality media playback – all within one codec. Opus is the primary audio codec paired with VP9 in the WebM specification."
-
"A webpage is a living document: you design for different viewports, different environments, different interface states, different user interactions."
-
Why you shouldn't use jQuery but plain Javascript - Lenny Develops
"all browsers are working on the compatibility of a new version of Javascript called ECMAscript 6, better know as ECMAScript 2015. This version will give you more possibilities in writing code that jQuery has provided in the past where it was to complicated to write it in plain javascript."
-
MaintainableCSS - an approach to writing modular, scalable and maintainable CSS | By Adam Silver
"Write CSS without worrying that overzealous, pre-existing styles will cause problems. MaintainableCSS is an approach to writing modular, scalable and of course, maintainable CSS."
-
Response to Peter Krautzberger’s “MathML is a failed web standard” — Medium
"The first thing to note in his post is that he says that MathML is a failed web standard. By this, I believe he is only saying that it has failed as a language supported by browsers."
-
"Stop defining the same CSS properties over and over again. Use a core group of utility classes to keep your CSS lightweight, scalable and easy to understand."