--- title: ফায়ারফক্স ওএস ১.৩ উন্নয়নকারীদের জন্য slug: Archive/B2G_OS/Releases/1.3 tags: - NeedsReview translation_of: Archive/B2G_OS/Releases/1.3 ---
ফায়ারফক্স ওএস ১.৩ বর্তমানে প্রকাশনা পূর্ববর্তী অবস্থায় আছে । এর Gecko উপাদানগুলো ফায়ারফক্স ২৮ ভিত্তিক (দেখুন Firefox 28 release notes for developers.)
আপনি কি ফায়ারফক্স ওএস ১ .৩ list of B2G-related bugs that need to be written about এবং যোগদান করুন !
সাহায্য করতে চান ? খুঁজে দেখুনসাধারণ Gecko:
background-blend-mode
বৈশিষ্টের জন্য সহায়ক সংযুক্ত করা হয়েছে (bug 841601).font-variant-ligatures
-এ none মানটি
সংযুক্ত করা হয়েছে (bug 913264).:hover
user action pseudo-class on pseudo-elements has been implemented (bug 922669).-moz-grab
and -moz-grabbing
keywords on the CSS cursor
property have been unprefixed to grab
and grabbing
(bug 880672).-moz-hsla()
and -moz-rgba()
functional notations has been dropped. Only the unprefixed versions, hsla()
and rgba()
are supported from now on (bug 893319).true
" value for text-align
has been added (bug 929991).position:sticky
is now active by default on non-release builds (bug 902992). For releases builds, the layout.css.sticky.enabled
preference still needs to be set to true.
all
shorthand property has been added (bug 920633).unset
global value has been added; it allows to reset any CSS property (bug 921731).style
attributes: doing <div style="{ display: none }">
was working in quirk mode, but won't anymore bug 915053.overflow
property now works on <fieldset>
(bug 261037).General Gecko:
<content>
element has been implemented (bug 854736).<input type=color>
has been implemented.allow-popups
directive is now supported with the sandbox
attribute of the <iframe>
element (bug 766282).mix-blend-mode
property has been implemented. The layout.css.mix-blend-mode.enabled
preference must be set to true
(bug 902525).General Gecko:
EcmaScript 6 (Harmony) implementation continues!
Array
methods have been implemented: Array.prototype.entries()
and Array.prototype.keys()
(bug 894658).Math.hypot()
has been implemented (bug 896264).yield*
operator is now implemented (bug 666396).MapIterator
, SetIterator
and ArrayIterator
objects now match the specification (bug 881226).StopIteration
.String.match
and String.replace
now reset RegExp.lastIndex
(bug 501739).Firefox OS-specific:
navigator.mozMobileConnection
becomes an array of MozMobileConnection instances, i.e. navigator.mozMobileConnections
. The privileged subset of this API can be used to detect MCC (country) and MNC (carrier), like in this snippet.mozContacts.remove
now accepts a contact ID for removal.iccChangeEvent
has been added using using event generator (bug 814637)onpeerready
and onpeerlost
callbacks added (bug 933136).checkP2PRegistration
— plus the 'ChromeOnly' interfaces eventListenerWasAdded
and eventListenerWasRemoved
, to support basic PeerToPeer use cases.notifyUserAcceptedP2P
and notifySendFileStatus
(bug 959437).sendFile
interface added to MozNFCPeer (bug 933093).Notification.get()
added to Notification API to provide a way to get current notification objects (bug 899574).General Gecko:
navigator.onLine
and console
objects have been implemented in Web Workers (bug 925437 and bug 620935).vtt.js
WebVTT JavaScript parser has been added into Gecko (bug 895091). On a related note, TextTrack now dispatches TrackEvents (bug 893309).getUserMedia
now has the ability to share a tab/screen/window as a video stream (bug 742832).dom.workers.sharedWorkers.enabled
to true
to enable.) They are enabled by default in Gecko 29 (see bug 924089).enum
added for for AudioChannel
in HTMLMediaElement
(see bug 925594.)HTMLVideoElement.canPlayType('video/webm')
now reports maybe
. (bug 884275).DocumentFragment.getElementById()
method has been implemented. E.g. document.createDocumentFragment().getElementById()
(bug 933193).KeyboardEvent.repeat
attribute has been implemented (bug 600117).File
constructor, e.g. new File(["foo"], "foo.txt")
has been implemented. (bug 819900).navigator.plugins
is no more enumerable, for privacy reasons (bug 757726).Window.screenX
and Window.screenY
now return CSS pixels (and no more device pixels) (bug 943668).CanvasRenderingContext2D.drawSystemFocusRing()
and CanvasRenderingContext2D.drawCustomFocusRing()
have been implemented. The preference canvas.focusring.enabled
must be set to true
to activate both (bug 540456).NavigatorID
: appCodeName
and product
(bug 925847).setRange()
methods on the HTMLInputElement
interface has been added (bug 850364).setRange()
methods on the HTMLTextAreaElement
interface has been added (bug 918940).getAllKeys()
and openKeyCursor()
have been added to IDBObjectStore
(bug 920633 and bug 920800).HTMLFormControlsCollection
interface has been implemented (bug 913920).CanvasRenderingContext2D
interface supports now the two methods getLineDash()
and setLineDash()
(bug 768067).typeMustMatch
attribute has been implemented on the HTMLObjectElement
interface (bug 827160).copyFromChannel()
and copyToChannel()
methods have been added to AudioBuffer
(bug 915524).Event.isTrusted()
is now unforgeable (bug 637248).Navigator.vibrate()
method has been adapted to match the final specification: It now returns false
when the list is too long or has too large entries, instead of throwing (bug 884935).StyleRuleChangeEvent
, StyleSheetApplicableStateChangeEvent
and StyleSheetChangeEvent
, are no longer available from Web content. The CSSGroupRuleRuleList
interface, the implementation detail of CSSRuleList
, has also been removed (bug 872934 and bug 916871).atob
now ignores whitespaces (bug 711180).MOZ_
prefixed extension strings are deprecated. Support for them will be removed in the future. Use unprefixed extension string only. To get draft extensions, set the webgl.enable-draft-extensions
preferences (bug 924176).General Gecko:
mix-blend-mode
property has been implemented. The layout.css.mix-blend-mode.enabled
preference must be set to true
(bug 902525).Share this article: http://mzl.la/1fVuFWR