Commit Graph

124157 Commits

Author SHA1 Message Date
David Storey 7ee59adb9a Minor updates to Backgrounds L3 properties 2016-01-01 23:27:07 -08:00
David Storey a80b0fd92b Minor updates to CSS Animations…
…mostly more concise descriptions
2016-01-01 22:41:43 -08:00
David Storey 0ac5850393 Update Flexbox properties to add descriptions to all values 2016-01-01 22:27:51 -08:00
David Storey 1aa7d7d88f Generate new browsers.js file with Pseudo element updates 2016-01-01 18:52:45 -08:00
David Storey fb6bfddbbe Update the WebVTT Psuedo elements
…move spec to new location. Fix incorrect order of syntax examples
2016-01-01 18:48:57 -08:00
David Storey 61d487b36f Update vendor prefixed Pseudo Elements…
…Haven't added descriptions for the WebKit ones yet, as there are so many of them and neither Chrome or Safari have a great reference site.
2016-01-01 18:40:57 -08:00
David Storey c764b415be Update Pseudo Elements from Scoping L1…
Update ::content and mark that it is renamed to ::slotted in latest draft

Add:

* ::region
* ::shadow
* ::slotted
2016-01-01 17:54:51 -08:00
David Storey 0aaf2df2c0 Update the rest of Pseudo Elements L4…
Updated ::first-letter, ::first-line, and ::selection. The former two are split out into this spec in Selectors L4 and the latter was removed from Selectors L3. Fixed browser support info and updated descriptions.

Added:

* ::spelling-error
* ::grammar-error
* ::placeholder
2016-01-01 17:27:00 -08:00
David Storey 56712afb66 Remove/update pseudo elements from old GenCon 3 spec…
Spec hasn't been updated in 13 years and the pseudo elements have either been removed or moved to Pseudo Elements L4 in the latest Editors draft.

Removed:
* ::after(2)
* ::before(2)
* ::alternate
* ::line-marker
* ::outside
* ::outside(2)

Updated:

* ::before
* ::after
* ::marker
2016-01-01 16:43:14 -08:00
Wade Anderson 238d64f0ad Added development instructions to tests README 2016-01-01 12:59:12 -08:00
David Storey 70827d5639 Expand/update vendor prefixed pseudo classes…
…and remove the moz ones that should be pseudo elements.
2016-01-01 10:11:52 -08:00
Basarat Ali Syed d675931ef0 📝 using a type assertion can silently swallow typo errors 2016-01-01 16:46:18 +11:00
David Storey d1402ef040 Generate new browsers.js based on recent updates 2015-12-31 20:31:34 -08:00
David Storey 535d15a577 Update CSS Scoping pseudo classes 2015-12-31 20:28:15 -08:00
David Storey 101aa59e41 Update fullscreen API pseudos 2015-12-31 20:01:20 -08:00
David Storey d7dbd7d889 Move Basic UI pseudo elements to Selectors 4…
…to match the latest state of both specs.
2015-12-31 19:51:53 -08:00
David Storey 451406c930 Update Selectors 4 pseudo classes…
…add descriptions, change to correct spec level, update browser support, add missing entries.
2015-12-31 19:26:24 -08:00
David Storey 59de786260 Update Time-dimensional Pseudo-classes…
Current, current(), past, future. Add descriptions, update spec links, fix browser support for current/current()
2015-12-31 02:03:28 -08:00
David Storey b66e81362d Add :blank pseudo class 2015-12-31 01:21:09 -08:00
David Storey 9d52593257 Update info for various webkit scrollbar pseudo classes
…and mark as non-standard.
2015-12-31 01:14:07 -08:00
David Storey 609c9e59f8 Fix browser support and add description to :any-link 2015-12-31 00:31:02 -08:00
David Storey 72c279699b Remove pseudo elements from pseudo class …
…They’re already listed in the pseudo element section and the double colon syntax is well supported now.
2015-12-31 00:14:56 -08:00
David Storey 2a24d48972 Make Psuedo-class descriptions more concise…
…by removing "The [feature name] pseudo class" type text from start of each
2015-12-31 00:08:49 -08:00
Benjamin Pasero 92a51bcfdc disable tests that fail randomly 2015-12-30 18:12:06 +01:00
Benjamin Pasero 78f2f5b6d5 make search tests agnostic to OS 2015-12-30 17:50:40 +01:00
Benjamin Pasero 35c19d0478 scorer: reuse hash variable 2015-12-30 17:09:04 +01:00
Benjamin Pasero 1f64a0be8d add search test with unicode and spaces 2015-12-30 16:29:56 +01:00
Benjamin Pasero 92c9ef84e6 fix an issue where all inputs with getResource method are mistaken as file input 2015-12-30 16:19:28 +01:00
Benjamin Pasero 6319a1e050 workaround constructor issue 2015-12-30 15:46:07 +01:00
Benjamin Pasero a60946da55 add more search test cases 2015-12-30 15:29:14 +01:00
Benjamin Pasero eecaddcc9a delete unused getHttpStatus from errors 2015-12-30 15:10:41 +01:00
Benjamin Pasero 1d58387b56 auto save: fix race condition with setting a model to auto save or not 2015-12-30 15:05:52 +01:00
David Storey 24ef424e7c Add last missing at-rules that are included in an offical CSS draft
…and generate the new browser.js file for this and previous changed.

New:

* @custom-media
* @font-feature-values
* @scope (replaces old @host somewhat)
2015-12-30 00:55:24 -08:00
David Storey 481a4be42a Tidy up prefixed at-rules to match each other
…and tidy up @-moz-document’s descriiption
2015-12-29 23:50:49 -08:00
David Storey cb56f8c04d Remove dead at-rules from Intellisense…
* @host (dropped from Shadow DOM. Now @scope and friends exist in the CSS Scoping spec)
* @string and @counter. Not implemented and from a very old  Working Draft from last decade. Latest ED doesn't contain these, and they were never defined in the old spec.
2015-12-29 23:42:24 -08:00
Benjamin Pasero e43f0ce984 fix issue with absolute paths and line/col information in path on windows for quick open 2015-12-29 16:28:51 +01:00
Benjamin Pasero d5592d5829 optimize glob.match call
- do not use try/catch in function body as it prevents method optimization in V8
- skip over disabled expressions
2015-12-29 08:47:11 +01:00
isidor afbca7b2df allow to set breakpoints in .tsx
fixes #1675
2015-12-28 17:00:34 +01:00
isidor 55df7e3477 debug: use source.origin
fixes #1621
2015-12-28 16:35:47 +01:00
Benjamin Pasero 62fbc4c87a give user a hint about new auto save setting 2015-12-28 16:33:23 +01:00
Isidor Nikolic 8b2287e216 Merge pull request #1676 from Microsoft/isidorn/conditional-breakpoints
Isidorn/conditional breakpoints
2015-12-28 16:06:43 +01:00
isidor fbf16c703e debug: use 'condition' instead of 'expression' 2015-12-28 16:04:04 +01:00
isidor e4089c3b6f Merge branch 'master' into isidorn/conditional-breakpoints 2015-12-28 16:03:24 +01:00
isidor 197c6d6512 debug: more orange for breakpoint widget 2015-12-28 16:02:10 +01:00
Andre Weinand 3f329325ac change SourceBreakpoint attribute 'expression' to 'condition' 2015-12-28 16:00:46 +01:00
isidor 9a34865c44 debug: make conditional breakpoints orange for now. 2015-12-28 15:55:05 +01:00
isidor 670f60ff61 debug: send the breakpoint condition to adapter
fixes #1671
2015-12-28 15:46:11 +01:00
isidor 160250ccbf debug: timeout workaround to set focus for conditional breakpoint input 2015-12-28 15:33:19 +01:00
isidor 1fec2448a3 Merge branch 'master' into isidorn/conditional-breakpoints 2015-12-28 14:09:21 +01:00
isidor b6393b9219 debug: clone chosen configuration to avoid conflicts with configuration service caching
fixes #1667
2015-12-28 10:37:44 +01:00