6

[worklog] border-image, appearance and DHTML haha

 3 years ago
source link: https://www.otsukare.info/2016/02/26/worklog-ume
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
[worklog] border-image, appearance and DHTML hahaotsukare Thoughts after a day of work

In the garden, the buds of plums tree are breaking out. We will get flower this week. Tune of the week: Gnarls Barkley - Crazy.

Webcompat Life

>>> labels = ['info', 'ready', 'wait']
>>> counts = ['2', '100', '69']
>>> zip(labels, counts)
[('info', '2'), ('ready', '100'), ('wait', '69')]
>>> dict(zip(labels, counts))
{'info': '2', 'ready': '100', 'wait': '69'}

Quite cool. Anyway the script will help have an overview of the status of webcompat bugs progress:

Today: 2016-02-24T15:41:53.706386
464 open issues
----------------------
needsinfo       12
needsdiagnosis  110
needscontact    103
contactready    80
sitewait        101
----------------------

You are welcome to participate

Webcompat issues

(a selection of some of the bugs worked on this week).

  • We fixed a bug in Firefox which should allow to stop Amazon doing a special casing for prefetching resources. The full story is interesting, I should write a blog post about it.
  • Oh My Cow! This slider is a bit crazy and very intensive in terms of resources used by the browser. It uses dynamic setting of the style attribute in many elements at once through JavaScript for sliding effects. and DHML haha
  • Wired has a funny way of dealing with flexbox. An invalid value for a standard flexbox property and Firefox falling back to the -webkit- implementation which is itself bogus and then everything is falling apart. Fun! This happens only in Nightly and Aurora because of our -webkit- implementation that we are currently testing.

Webcompat.com development

I didn't have time this week to dive into this. Unfortunately.

Reading List

Follow Your Nose

  • Document how to write tests on webcompat.com using test fixtures.
  • ToWrite: rounding numbers in CSS for width
  • ToWrite: Amazon prefetching resources with <object> for Firefox only.

Otsukare!

This article is published with a CC0 license

Karl Dubost on otsukare


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK