Math/modules
Thiemo Mättig 1ac3ab619e More strict regular expressions for CSS parsing
Having greedy .* matchers in these regular expressions is quite scary,
and a possible source of hard to track errors. For example, a string
like "height:8px;left:3ex" will make these regular expressions succeed,
even if they shouldn't. The substring "8px;left;3" will be fetched, and
most probably turned into something unexpected like "8ex" for the
calculations below.

Change-Id: Ia6753a58802fb3f3c5df4d2b35a6d8e616835f20
2017-07-11 07:33:34 +00:00
..
ve-math More strict regular expressions for CSS parsing 2017-07-11 07:33:34 +00:00
ext.math.css Limit overflow-x rule to block elements 2017-06-08 17:26:32 +01:00
ext.math.editbutton.js build: Add csshint, jshint and jscs to math extension 2015-09-14 22:28:15 +00:00
ext.math.js build: Replace jscs and jshint with eslint 2016-10-28 11:11:26 -07:00