Skip to content

Instantly share code, notes, and snippets.

View dflock's full-sized avatar

Duncan Lock dflock

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 7.
"Bug ID","Product","Component","Assignee","Status","Resolution","Summary","Changed"
654994,"Core","Layout: Block and Inline","nobody","UNCONFIRMED","---","implement css3-text 'text-space-collapse' and 'text-wrap'","2012-07-18 08:00:36"
726424,"Firefox","General","nobody","UNCONFIRMED","---","antialiasing in css3 text","2012-02-14 00:17:06"
752693,"Firefox","Untriaged","nobody","UNCONFIRMED","---","Unable to vertically scroll textarea with arrow keys when overflow hidden","2012-05-24 09:02:15"
763672,"Core","CSS Parsing and Computation","nobody","UNCONFIRMED","---","no CSS3 transitions for text-align","2012-06-12 02:19:35"
795299,"Core","Layout: View Rendering","nobody","UNCONFIRMED","---","Text disappears of the element after using the value x=90deg or y=90deg in the property 'transform: skew(x, y)' and returning to original value","2012-10-02 12:54:03"
156881,"Core","Layout","dbaron","NEW","---","Underline should skip character/part-of-character that is below the base line (text-decoration-mode)","2013-04-18
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugzilla.mozilla.org/page.cgi?id=bugzilla.dtd">
<bugzilla version="4.2.5+"
urlbase="https://bugzilla.mozilla.org/"
maintainer="bugzilla-admin@mozilla.org"
>
<bug>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugzilla.mozilla.org/page.cgi?id=bugzilla.dtd">
<bugzilla version="4.2.5+"
urlbase="https://bugzilla.mozilla.org/"
maintainer="bugzilla-admin@mozilla.org"
>
<bug>
@dflock
dflock / Default (linux).sublime-keymap
Created May 2, 2013 22:29
Sublime user Key-map for Auto-pairing underscores, asterisks & back ticks - just highlight something and press underscore, asterisk or back-tick; really handy for writing content in Markdown or reStructuredText.
[
// Auto-pair underscores
{ "keys": ["_"], "command": "insert_snippet", "args": {"contents": "_$0_"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^(?:\t| |\\)|]|\\}|>|$)", "match_all": true },
{ "key": "preceding_text", "operator": "not_regex_contains", "operand": "[_a-zA-Z0-9_]$", "match_all": true },
{ "key": "eol_selector", "operator": "not_equal", "operand": "string.quoted.underscore", "match_all": true }
]
@dflock
dflock / dexy.it stylish css overrides
Created January 17, 2013 22:22
Makes the tutorials and other stuff easier to read on dexy.it
ul, p, pre, code { font-size: 100%; }
pre, code { background: #ddd; padding: 0.2em 0.5em; border-radius: 3px; }
p a:link, li a:link { text-decoration: underline; }
<?php
/*
::::::::::::::::::::::::::::::::::::::::
Snippet name: Wayfinder
Short Desc: builds site navigation
Version: 2.0.2
Authors:
Kyle Jaebker (muddydogpaws.com)
Ryan Thrash (vertexworks.com)
Date: February 27, 2006