@media, MathML, and Django 1 . eleven: MDN Changelog for May 2018
|Editor’ s note: A changelog is “ the log or record of all significant changes made to a project. [It] usually includes records associated with changes such as bug fixes, brand new features, etc . ” Publishing the changelog is kind of a custom in open source, and a long-time practice on the web. We thought visitors of Hacks and folks who make use of and contribute to MDN Web Documents would be interested in studying more about the work of the MDN architectural team, and the impact they have inside a given month. We’ ll furthermore introduce code contribution opportunities, fascinating projects, and new ways to take part.
Done in Might
Here’ s so what happened in May to the code, data, and tools that support MDN Web Docs :
We’ ll continue this function in June.
Migrated CSS @media plus MathML compat data
The browser compatibility migration continuing, jumping from 72% to 80 percent complete. Daniel D. Beck finished the CSS @media rule functions, by converting data ( PR 2087 and a half-dozen others) and by critiquing PRs like 1977 from Nathan Cook . Mark Boas finished up MathML , posting 26 draw requests .
There are over 8500 features within the BCD dataset, and half of the rest of the work is already submitted as draw requests. We’ re making constant progress toward completing the immigration effort.
Prepared with regard to Django 1 . 11
MDN runs on Django one 8, the second long-term support (LTS) release. In May, we updated the particular code so that MDN’ s check suite and core processes focus on Django 1 . 8, 1 . nine, 1 . 10, and 1 . eleven. We didn’ t make it right at the end of May, but by the time this particular report is published, we’ lmost all be on Django 1 . eleven in production.
Several Mozilla web projects use Django, and most stick to the LTS releases. Within 2015, the MDN team improved from Django 1 . 4 LTS to 1. 7 in PR 3073 , which usually weighed in at 223 commits, 12, 000 files, 1 . two million lines of code, with least six months of effort. Django 1 . 8 followed six months afterwards in PAGE RANK 3525 , a lighter modify of 30 commits, 2, six hundred files, and 250, 000 outlines of code. After this effort, the particular team was happy to stick with one 8 for a while.
The majority of the upgrade pain was specific in order to Kuma . The massive document counts were due to importing your local library as git submodules , a common practice at that time for security, reliability, and personalization. It was also harder to upgrade libraries, which meant updates had been often delayed until necessary. The particular 1 . 7 upgrade included a good update from Python 2 . six to 2 . 7, and it is difficult to support dual-Python installs on a single internet server.
The MDN team worked within some of these restrictions, and tackled others. They re-implemented the development VM setup scripts in Ansible , but kept Puppet to get production. They updated submodules for that 1 . 7 effort, and turned to hashed requirements files just for 1 . 8. A lot of codebase plus process improvements were gained throughout the update effort. Other improvements, like Dockerized environments , were additional later to avoid issues in the next large update.
Django 1 . 4 wasn’ t originally planned being an LTS release, but instead was scheduled for pension after the 1 . 6 release . The end of support was frequently pushed further into the future, lastly extending to six months after 1 . 8 has been published .
However, the Django team knew that will 1 . eight was an LTS release when they shipped it, plus would get security updates for three yrs. Many of the Django team’ s choices in 2015 made MDN’ t update easier. Django 1 . eleven retained Python 2 . 7 assistance, avoiding the pain of a simultaneous Python upgrade. Django now has a predictable release procedure , which is great for website plus library maintainers.
Django also maintains a guide on updating Django , and the suggested process worked nicely for us.
The first step was to upgrade third-party libraries, which we’ ve already been working on for the past two years. Our objective was to get a library update straight into most production pushes, and we up-to-date dozens of libraries while shipping not related features. Some libraries, such as django-pipeline , didn’ t support Django 1 . eleven, so we had to update them ourself. In other cases, like django-tidings , we furthermore had to take over project maintenance for some time.
The next step has been to turn on Django’ s deprecation warnings, to find the known update problems. This highlighted a few more libraries in order to update, and also the big changes required in our code. One problem area has been our language-prefixed URLs. MDN utilizes Mozilla-standard language codes, such as /en-US/
, where the area is in capital letters. Django boats a locale-prefixed URL framework , but utilizes lowercase language codes, such as /en-us/
. Mozilla’ t custom framework broke in one 9, and we tried a few techniques before copying Django’ s platform and making adjustments for Mozilla-style language codes ( PR 4790 ).
Next we ran our automated assessments , and started fixing the numerous failures. Our goal was to back up multiple Django versions in a single codebase, and we added optional builds in order to TravisCI to run tests on one 9, 1 . 10, and 1 ) 11 ( PAGE RANK 4806 ). We divided the fixes into over fifty pull requests, and tested little batches of changes by implementing to production. In some cases, the same program code works across all four versions. Consist of cases, we switched between program code paths in line with the Django version . Updates pertaining to Django 1 . 9 were regarding 90% of the upgrade effort.
This incremental approach is definitely safer than a massive PR, plus avoids issues with keeping a long-running branch up to date. It does make it tougher to estimate the scope of the change. Looking at the commits that will mention the update bugs , we transformed 2500 to 3000 lines, which usually represents 10% of the project program code.
Started tracking operate ZenHub
For the past 2 yrs, the MDN team had been making use of Taiga to plan and monitor our work in 3-week sprints. The particular team was unhappy with efficiency issues, and had been experimenting with GitHub’ s project management features. Janet Swisher and Eric Shepherd directed an effort to explore alternatives. In May, all of us started using ZenHub , which provides a run planning layer on top of GitHub problems and milestones.
If you have the ZenHub plugin set up, you can view the sprint board within the new mdn/sprints repository, which gathers tasks across our 10 energetic repositories. It adds additional information to GitHub issues and draw requests, linking them into task planning. If you don’ t possess the plugin, you can view the sprint plank on the ZenHub website . If you don’ to want to sign in to ZenHub along with your GitHub account, you can view the breakthrough in the individual projects, like the Sprint 4 landmark in the Interactive Examples project .
Continued HTML Online Examples
We’ lso are still working through the technical difficulties of shipping HTML interactive illustrations. One of the blocking issues is limiting style changes to the demo result on the right, but not the instance code on the left. This is a make use of case for Shadow DOM , which can limit styles to a subset of components. Schalk Neethling shipped a solution depending on Shadow DOM in PR 873 and PAGE RANK 927 , and it works within Chrome. Unfortunately, not all current browsers support Darkness DOM , and we’ ve had difficulty integrating a shim. We’ ll continue to work on this particular and other blockers.
At the same time, contributors from the global MDN neighborhood have written some interesting demonstrations for < track> ( Leonard Lee , PR 940 ), < map> ( Adilson Sandoval , PR 931 ), and < blockquote> ( Florian Scholz , PR 906 ). We’ re capable to get these and the other illustrations on MDN.
Shipped Tweaks and Fixes
There were 397 PRs combined in May:
60 of the were from first-time contributors:
- Chrome no longer facilitates
caretPositionFromPoint
( BCD PAGE RANK 1909 ), from Micah Cowsik-Herstand . - Update MSE with regard to
EventHandlers
attributes support ( BCD PR 1949 ), from Nicolas Le Gall . - Record that
timeZone
works ( BCD PR 1959 ), from Chris Angelico . - Mark the
th
range
attribute as not really deprecated ( PAGE RANK 1960 ), and Tag theth
abbr
attribute as not deprecated ( PR 1961 ), to BCD through Roland Warmerdam . - Fix Chrome/Opera versions
RTCPeerConnection. addTrack
/removeTrack
(#1288) ( PR 1963 ), through Josiah Ulfers (first contribution in order to BCD). - Update
source
component and its attributes for Safari desktop/iOS ( BCD PAGE RANK 1964 ), from Josh Schneider . - nodejs supports
Error. prototype. stack
( BCD PR 1970 ), through Chaim-Leib Halbert . - Enable
append()
intended for edge browser ( BCD PR 1973 ), from midzer . - Add compat data for css at-rules mass media
any-hover
( BCD PAGE RANK 1977 ), from Nathan Cook . - EdgeHTML 17 up-dates (part 2) ( BCD PR 1981 ), from Libby McCormick .
- Alter MDN page for chrome assistance of
AnimationEvent. pseudoElement
( BCD PR 1986 ), from xidachen . - Update Advantage desktop & mobile support associated with
text-decoration-style
CSS property ( BCD PR 2004 ), from Lucas Volle . - Include
HTMLIFrame
element ( PAGE RANK 2017 ), from SphinxKnight (first contribution to BCD). - Update
WorkerGlobalScope. importScripts
( BCD PR 2046 ), from mantou . - Up-date
toLocaleString
compat in Firefox Android ( BCD PR 2055 ), from Zacqary Adam Xeper . -
SameSite
supported in Firefox sixty. ( BCD PAGE RANK 2088 ), from Dominik Picheta . - Fix typo within
< form>
( BCD PR 2142 ), through acshef . - Add compatibility information for
AudioNodeOptions
( BCD PR 2160 ), plus Fix capitalization of Firefox’ hDocumentOrShadowRoot. fullscreenElement
( BCD PR 2161 ), through haykam821 . -
ChildNode. eliminate
works in iOS Safari ( BCD PR 2171 ), through Scott Koenig . - Add compat data for Edge ( BCD PR 2174 ), from Zouhir ⚡ ️ .
- Correct Chrome version intended for
is
support ( PAGE RANK 2175 ), from Jonathan Pool (first contribution to BCD). - Inline text semantics for
br
( Online Examples PR 828 ), from Kadir Topal . - Include
picture
example. ( PAGE RANK 842 ), Addembed
illustration. ( PR 863 ), and 7 more PRs to Interactive Examples through Leonard Shelter . - Improve js function
bind
example ( Interactive Examples PR 886 ), from Thé is Bazin . - Add Input
< input type="button">
( PR 891 ), and Add Insight< input>
example ( PR 892 ), in order to Interactive Examples from Neha Nupoor . - Add
Range. prototype. values()
( Interactive Examples PAGE RANK 917 ), from Sid Vishnoi . - Added
no-repeat
property designed forbackground-origin
example. ( Online Examples PR 918 ), from John Ferlito . - Include HTML example for
< details>
( PR 924 ), and Add HTML instance for< summary>
( PR 926 ), in order to Interactive Examples from Christian Stuff . - Add
(max-)width
to container ( PR 929 ), Add HTML example intended for< audio>
( PAGE RANK 930 ), and Changehtml
in order totabbed
in Publishing section ( PR 942 ), to Interactive Examples from Stephan Max . - Add object-keys. code ( Interactive Illustrations PR 937 ), through Yahya Elharony .
- Implemented instance for
< figcaption>
tag ( Interactive Examples PR 941 ), from daGo . - Directly use
Mathematics. round
in the demonstration code. ( PAGE RANK 956 ), from arai-a (first contribution to Interactive Examples). - Remove depreciated
CELERYD_LOG_LEVEL
( Kuma PR 4748 ), from mashrikt . - Add
< title>
in code examples ( Kuma PAGE RANK 4767 ), from Antonio Fernando Santos Ladeia . - Include build status badge to README. md ( PAGE RANK 51 ), from ExE Boss (first contribution to bob).
- Reorder
< display-listitem>
to placelist-item
last ( PAGE RANK 220 ), from Oriol Brufau (first contribution to Data). - Fix data intended for
line-height-step
( PR 224 ), from Fuqiao Xue (first contribution to Data). - Update
font-weight
syntax for CSS Fonts 4 ( PR 234 ), Upgradefont-stretch
for CSS Fonts Level four ( PR 235 ), and Updatefont-style
just for CSS Fonts Level 4 ( PR 236 ), from wbamberg (first efforts to Data). - Include Ukrainian translation for
js_property_attributes
macro ( KumaScript PR seven hundred ), from Nikola Myslovskij . - Added server-sent-events/README. md ( PR 20 ), and server-sent-events: Break the particular
while(1)
loop onconnection_aborted()
( PR 21 ), in order to dom-examples from Dumitru Uzun . - Update app. js ( voice-change-o-matic PR 14 ), from Alexander Leon .
- Focus the repository on MDN Web Docs ( PR 1 ), through me (first contribution to infra).
- Fixed spelling mistake in comments ( learning-area PR 71 ), from Stephen Borutta .
Other significant PRs:
Planned for June
We plan to ship Django 1 ) 11 to production in early 06, even before this post is published. We’ ll spend some additional time within June fixing any issues that MDN’ s millions of visitors discover, plus upgrading the code to take benefit of some of the new features.
We plan to keep working on the particular compatibility data migration, HTML online examples, and other in-progress projects. 06 is the end of the second one fourth, and is a deadline for many quarterly goals.
We are collecting in San Francisco for Mozilla’ s All-Hands . It will be a chance for the remote group to be together in the same area, to celebrate the year’ ersus accomplishments to date, and to make programs for the rest of the year.
John is really a web developer working on the motor of MDN Web Docs
If you liked @media, MathML, and Django 1 . eleven: MDN Changelog for May 2018 by John Whitlock Then you'll love Web Design Agency Miami