Firefox 53 був випущений 19 квітня 2017 року. У цій статті перераховані основні зміни, корисні не тільки для веб-розробників, але також для розробників Firefox і Gecko, разом із розробниками додатків.
Зміни для веб розробників
Інструменти для розробників
- Уникання затримки прокрутки на підказках, наданих АПМ (bug 1312103).
- Додана можливість копіювати повний CSS-шлях елементу (bug 1323700).
- Інструменти для розробників тепер підтримують css-color-4 (bug 1310681).
- Перегляд розмітки: додавано візуальну підказку між відкриваючим та закритваючим тегами згорнутого вузла (bug 1323193).
CSS
- Видалено -moz prefixed variant of
:dir()
pseudo-class (bug 1270406). -moz-tab-size
does now accept<length>
values (bug 943918).- The
-moz
prefixed version oftext-align-last
got removed (bug 1276808). - Enable mask longhands on SVG elements (bug 1319667).
- Додано
flow-root
значення доdisplay
властивості (bug 1322191). - Додано
caret-color
властивість (bug 1063162). - Реалізовано
place-items
/place-self
/place-content
shorthands (bug 1319958). - [css-grid] align-self/justify-self:stretch/normal doesn't work on <table> grid items (bug 1316051).
JavaScript
- Non-standard
for each...in
statement is removed only on nightly (bug 1293305). - Removed non-standard
ArrayBuffer.slice()
(but kept the standardized versionArrayBuffer.prototype.slice()
) (bug 1313112).
Interfaces/APIs/DOM
DOM & HTML DOM
Без змін.
Canvas
Без змін.
WebGL
Без змін.
IndexedDB
Без змін.
Service Workers
Без змін.
WebRTC
Без змін.
New APIs
Без змін.
Others
Без змін.
MathML
Без змін.
SVG
- Partly implemented
SVGGeometryElement
interface (bug 1239100).
Audio/Video
Без змін.
HTTP
Без змін.
Networking
Без змін.
Безпека
Без змін.
Changes for add-on and Mozilla developers
Інтерфейси
Без змін.
XUL
Без змін.
Без змін.
JavaScript code modules
- The asynchronous AddonManager APIs now support
Promises
as well as callbacks (bug 987512.
XPCOM
Без змін.
Шнше
Без змін.
See also
Більш ранні версії
- Firefox 53 for developers
- Firefox 52 for developers
- Firefox 51 for developers
- Firefox 50 for developers
- Firefox 49 for developers
- Firefox 48 for developers
- Firefox 47 for developers
- Firefox 46 for developers
- Firefox 45 for developers
- Firefox 44 for developers
- Firefox 43 for developers
- Firefox 42 for developers
- Firefox 41 for developers
- Firefox 40 for developers
- Firefox 39 for developers
- Firefox 38 for developers
- Firefox 37 for developers
- Firefox 36 for developers
- Firefox 35 for developers
- Firefox 34 for developers
- Firefox 33 for developers
- Firefox 32 for developers
- Firefox 31 for developers
- Firefox 30 for developers
- Firefox 29 for developers
- Firefox 28 for developers
- Firefox 27 for developers
- Firefox 26 for developers
- Firefox 25 for developers
- Firefox 24 for developers
- Firefox 23 for developers