On Thu, 05 May 2016 15:36:30 +0200, Aryeh Gregor <a...@aryeh.name> wrote:
On Thu, May 5, 2016 at 4:32 PM, Florin Mezei
<florin.me...@softvisioninc.eu> wrote:
Do you still intend to do some analysis to see whether this will be a
problem in real life? We have somewhat of a history in shipping changes
that
break compatibility, and then end up doing dot releases (in some cases).
I wasn't planning on putting in the work unless others thought it was
really necessary. In the linked bug, Boris wasn't sure. I don't know
anything about the feature's deployment, but I'd venture to guess that
it's not so widespread that the number of misuses would be too
significant in absolute terms.
VTTCueRender use counter for Chrome:
https://www.chromestatus.com/metrics/feature/timeline/popularity/410
httparchive (494,168 pages):
SELECT COUNT(*) AS num, REGEXP_EXTRACT(LOWER(body),
r'<track\s(?:[^>]+\s)?kind\s*=\s*([a-z]+|["\'][^"\']+["\'])') as match
FROM [httparchive:har.2016_04_15_chrome_requests_bodies]
GROUP BY match
ORDER BY num DESC
Row num match
1 17616286 null
2 523 "subtitles"
3 108 "captions"
4 58 "metadata"
5 6 "subtitle"
6 6 'subtitles'
7 5 "thumbnails"
8 3 'captions'
9 1 "dotsub"
10 1 "${assettracktype}"
11 1 'subtitle'
We could add "subtitle" as a new keyword if that turns out to be a problem.
--
Simon Pieters
Opera Software
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform