David Storey
c4f89f27f4
Update support for font-feature-setting property
2015-12-01 18:02:41 -08:00
David Storey
0bb56334f4
Update valid values for shape-outside CSS property
...
…gradients are valid too.
2015-12-01 17:47:43 -08:00
David Storey
8f052f1450
Update browser support for CSS Shapes
2015-12-01 17:39:20 -08:00
David Storey
f892a8c532
Update browser-support for text-combine-upright. Add -ms- prefix
...
IE/Edge support the previous name: text-combine-horizontal. No one
supports the standard syntax.
2015-12-01 17:34:03 -08:00
David Storey
bd36f07f90
Clean up text-orientation description
...
…with limited space, “this property” takes valuable real estate. Also
makes it more consistent with other property descriptions.
2015-12-01 17:25:00 -08:00
David Storey
d52e458c37
Update browser support for text-orientation property
2015-12-01 17:23:27 -08:00
David Storey
fafb9028d0
Update writing-mode for which browsers support unprefixed version
2015-12-01 17:03:07 -08:00
David Storey
a13c90763e
Correct unicode-bidi browser support and spec version number
2015-12-01 16:15:11 -08:00
David Storey
a8c7ef8039
Update clip-rule to use a real description
...
…instead of the copy/paste error.
2015-12-01 15:11:23 -08:00
David Storey
92c94a09d8
Update clip-path to use real description
...
…looks like the old description is a copy/paste error from pointer-event
2015-12-01 15:08:57 -08:00
David Storey
b7c6b50fac
Update spec and valid values for clip-path
...
…not currently supported yet as implementations use the prefixed
version.
2015-12-01 14:37:18 -08:00
David Storey
4de569f4af
Update 'clip' property‘s spec. Mark as deprecated.
2015-12-01 14:26:01 -08:00
David Storey
6133435efe
Add recto and verso values for break-before/-after
...
…not supported yet, but good to have them so they’re not forgotten.
2015-12-01 14:19:05 -08:00
David Storey
45c4c242a7
move the [*-]?break-* and windows/orphans properties to CSS Fragmentation
...
Now that they’re defined there and (in some cases) expanded, rather
than in CSS2.1 or CSS Multi-Column
2015-12-01 13:40:56 -08:00
David Storey
6b8e2a63a2
Update browser support for box-sizing
...
* Give Chrome its version number
* Add Firefox support info
2015-12-01 13:34:43 -08:00
David Storey
6d564c085a
padding-box is no longer a valid value for box-sizing
2015-12-01 13:32:51 -08:00
David Storey
35787fdff4
Update box-shadow support info for intellisense
2015-12-01 13:30:06 -08:00
David Storey
a005ad26be
Update box-decoration-break intellisense information
...
Spec moved to CSS Fragmentation. Now supported by Firefox.
2015-12-01 13:27:49 -08:00
David Storey
920c5569e8
Add Edge support to border-radius
2015-12-01 13:23:22 -08:00
David Storey
d558f86b47
Update browser support for background-attachment: local
2015-12-01 12:05:29 -08:00
David Storey
8dc3eddd0f
Update CSS Multi-column Intellisense
...
* add missing enum restriction so keywords show in auto-complete
* Update browser support for Safari 9 and correct Opera version number
* Hide break-* for region breaks, as they’re part of CSS Regions are
are not supported.
2015-11-24 18:47:52 -08:00
David Storey
2a6f37e439
Update based on CSS Cascade and Inheritance spec
...
* add unset and initial to css.plist (still need to find where to add
these to IntelliSense)
* add all property to Intellisense
2015-11-24 18:16:27 -08:00
David Storey
bc0039ab64
Add <picture> element to auto-complete and syntax highlight
2015-11-24 17:53:47 -08:00
David Storey
95bb19d13f
W3C Fullscreen is discontinued. Link to WHATWG spec
2015-11-24 17:36:23 -08:00
David Storey
70208296a0
Merge branch 'Microsoft/master' into update-css-intellisense
2015-11-23 19:22:15 -08:00
David Storey
578b93e3f9
Add Edge to a number of CSS features
...
and add some browser support for some of those properties where known.
Need to do a wider review for more complete support, and test those I’m
not sure if have been removed or not (a number of the -ms- prefixes)
2015-11-23 19:22:02 -08:00
David Storey
30fe913241
Update CSS Transforms browser support and valid values
...
* Update browser support
* Add missing enums
* Add perspective() function for transform property.
* Update spec link copy and paste error from entry above
2015-11-23 18:23:37 -08:00
David Storey
7bc08ac3e6
Add enum to animation-iteration-count and animation-name
...
…otherwise they strip out the keyword values
2015-11-23 17:38:58 -08:00
David Storey
a35aca156a
Update browser support for CSS Animations
2015-11-23 17:12:11 -08:00
isidor
eceef7a61e
Copyright polish.
2015-11-23 20:26:01 +01:00
Martin Aeschlimann
5b657a5382
Merge pull request #461 from dstorey/main-element
...
Update HTML highlighting & IntelliSense
2015-11-23 11:09:06 +01:00
David Storey
fcfccc4fe5
Update CSS flex box property values
...
* auto as new (default) value for min-height and min-width
* content as valid value of flex-basis
* correct browser support for display: flex and display: inline-flex
* remove IE support for old unprefixed flexbox display values
(incorrect info)
* add -webkit-flex and -webkit-inline-flex values for display.
2015-11-23 01:24:00 -08:00
David Storey
c55f04ac94
Update browser support for CSS Flexbox
...
Generally E,C29,FF22,IE11,O12.1,S9, except flex-flow and flex-wrap,
where they were not unprefixed until FF28
2015-11-23 00:45:39 -08:00
David Storey
2a28bebbf1
Add Edge support info for Pseudo classes and elements
...
…and fixed issues where it claims IE10 supports pseudo elements that it
doesn’t.
2015-11-23 00:33:26 -08:00
David Storey
81f52187b3
Update browser support info for @supports, @keyframes
2015-11-23 00:00:38 -08:00
David Storey
ab6f1c56de
Add Edge support info to CSS At-rules
2015-11-22 23:55:15 -08:00
David Storey
0e06936a51
Add Edge to list of browsers
...
…so it can be used to add browser support info in CSS IntelliSense.
2015-11-22 23:08:21 -08:00
David Storey
933a511d78
Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
...
* svg
* menuitem (already in IntelliSense)
2015-11-22 13:06:31 -08:00
Martin Aeschlimann
2ba926ab44
Update css <length> units used by CSS auto-complete #290
2015-11-20 16:40:44 +01:00
Martin Aeschlimann
843fd53682
Add 'turn' to <angle> and 'dppx' to <resolution> data types for CSS auto-complete #294
2015-11-20 16:35:37 +01:00
Martin Aeschlimann
5149b21747
Update browsers.js to reflect changes in #304
2015-11-20 16:35:37 +01:00
Martin Aeschlimann
9159003d6c
Merge pull request #304 from dstorey/update-css-at-rule-support
...
Update css at-rule support for auto-complete
2015-11-20 16:18:02 +01:00
Daniel Imms
3b1adb5ab1
Fix CSS frequency capitalization
...
Fixes #315
2015-11-19 22:57:16 -08:00
David Storey
f7bd7e8fb3
Add description to @viewport CSS at-rule
...
…and update -o-viewport as Opera Mobile post 12.1 uses Blink instead of
Presto.
2015-11-19 18:03:46 -08:00
David Storey
9352347d7d
Remove Mozilla/WebKit vendor prefixed @viewport CSS at-rules
...
because they don’t exist.
2015-11-19 17:56:37 -08:00
David Storey
e9e1306621
Update to spec link for @viewport CSS at-rule
2015-11-19 17:54:41 -08:00
David Storey
bd9d62b882
Add @counter-style CSS at-rule to auto-complete
2015-11-19 17:35:18 -08:00
David Storey
701a57f3f8
Add Chrome 43 and Safari 9 to CSS @keyframes support list
2015-11-19 17:17:13 -08:00
David Storey
0f4b4db2ae
Add Safari 9 to CSS @supports support list
2015-11-19 17:11:11 -08:00
Alex Dima
8883fcd03b
Leading whitespace fixes
2015-11-19 12:56:08 +01:00