We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="[email protected]" | |
> | |
<bug> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="[email protected]" | |
> | |
<bug> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
// 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 } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
NewerOlder