- css.at-rules.font-face.SVG_fonts
- css.at-rules.font-face.font-display
- css.at-rules.font-face.unicode-range
- css.at-rules.import
- css.at-rules.keyframes (-webkit- prefix)
- css.at-rules.keyframes.ignore_important_declarations
- css.at-rules.media.aspect-ratio
- css.at-rules.media.color
/en-US/docs/Web/CSS/--* | |
/en-US/docs/Web/CSS/-epub-caption-side | |
/en-US/docs/Web/CSS/-epub-text-transform | |
/en-US/docs/Web/CSS/-moz-alias | |
/en-US/docs/Web/CSS/-moz-animation | |
/en-US/docs/Web/CSS/-moz-animation-delay | |
/en-US/docs/Web/CSS/-moz-animation-direction | |
/en-US/docs/Web/CSS/-moz-animation-duration | |
/en-US/docs/Web/CSS/-moz-animation-fill-mode | |
/en-US/docs/Web/CSS/-moz-animation-iteration-count |
[ | |
{ | |
"Animation.Animation.firefox": [ | |
{ | |
"version_added": "48" | |
}, | |
{ | |
"version_added": "46", | |
"version_removed": "48", | |
"flags": [ |
[ | |
"Animation.Animation.firefox", | |
"Animation.Animation.firefox_android", | |
"Animation.cancel.firefox", | |
"Animation.cancel.firefox_android", | |
"Animation.currentTime.firefox", | |
"Animation.currentTime.firefox_android", | |
"Animation.effect.firefox", | |
"Animation.effect.firefox_android", | |
"Animation.finish.firefox", |
https://tc39.github.io/ecma262/#sec-array-objects | |
https://tc39.github.io/ecma262/#sec-array.prototype.concat | |
https://tc39.github.io/ecma262/#sec-array.prototype.copywithin | |
https://tc39.github.io/ecma262/#sec-array.prototype.entries | |
https://tc39.github.io/ecma262/#sec-array.prototype.every | |
https://tc39.github.io/ecma262/#sec-array.prototype.fill | |
https://tc39.github.io/ecma262/#sec-array.prototype.filter | |
https://tc39.github.io/ecma262/#sec-array.prototype.find | |
https://tc39.github.io/ecma262/#sec-array.prototype.findIndex | |
https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flat |
PR 2440, Update registerProtocolHandler/registerContentHandler by a2sheppy, has 6 changes: https://github.com/mdn/browser-compat-data/pull/2440 | |
PR 2585, Correct support for windowTypes parameter in browser.windows methods by Loirooriol, has 17 changes: https://github.com/mdn/browser-compat-data/pull/2585 | |
PR 2007, Add release dates for some Safari iOS releases, remove non-existant releases by connorshea, has 20 changes: https://github.com/mdn/browser-compat-data/pull/2007 | |
PR 2155, Use yargs to parse the arguments passed to the linter by ExE-Boss, has 21 changes: https://github.com/mdn/browser-compat-data/pull/2155 | |
PR 2500, fix(css): fix edge support table for gap, row-gap and column-gap by kumarharsh, has 30 changes: https://github.com/mdn/browser-compat-data/pull/2500 | |
PR 2545, Indicate that SharedArrayBuffer was reenabled on Chrome. by jpmedley, has 36 changes: https://github.com/mdn/browser-compat-data/pull/2545 | |
PR 1681, add simple JSON pointer parsing to prevent data duplication by patrickkettner, has 37 ch |
I hereby claim:
- I am elchi3 on github.
- I am fscholz (https://keybase.io/fscholz) on keybase.
- I have a public key ASCvYeeJRECGntRw94P76IF9zJKrQtXaGLcHlUeEW51PWQo
To claim this, I am signing this object:
Web/HTML/Supported_media_formats | |
Web/Manifest |
Some impressions from WriteTheDocs Berlin Unconference, July 2014. The event took place at WikiMedia Deutschland, which was really nice given their geeky and made-for-writers space. If Berlin wouldn't be as hot as this weekend (35°C), this is a good venue. I hope to come back one day.
As opposed to Budapest, the format was not only talks by some (extroverted) Documentarians, but also open space sessions, which in my eyes made this event a huge success. I also met again people from Budapest. I like that we are forming a community of "Documentarians" and that I am part of it.
I am trying to collect some important bits for Mozilla/MDN in this gist. All notes: https://pad.okfn.org/p/writethedocs
- Your doc project should always think about l10n, it will come sooner or later.
function fetchData() { | |
// helpers | |
function _flatten(range) { | |
var results = []; | |
var row, column; | |
for(row = 0; row < range.length; row++) { | |
for(column = 0; column < range[row].length; column++) { |