brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Update CSS Code Hints properties #11297

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by valtlai Friday Apr 28, 2017 at 11:39 GMT Originally opened as https://github.com/adobe/brackets/pull/13344


Add properties – allcaret-colorgrid-templatehanging-punctuationisolationmix-blend-modescroll-behaviortab-sizeuser-select.

Add values: – clone and slice for box-decoration-breakcontents and subgrid for display.

Remove deprecated padding-box from box-sizing.

Fix the order of background-blend-mode.


valtlai included the following code: https://github.com/adobe/brackets/pull/13344/commits

core-ai-bot commented 3 years ago

Comment by ficristo Tuesday May 02, 2017 at 18:13 GMT


Overall it seems good to me, I'm still not sure if the values inherit, initial, unset should be added or not. It seems that sometime they were and sometime not. @swmitra ?

core-ai-bot commented 3 years ago

Comment by valtlai Tuesday May 02, 2017 at 18:22 GMT


@fristo Every CSS property has values inherit, initial, unset and revert. I think they should be added automatically, so we don’t need to list them separately for each property.

core-ai-bot commented 3 years ago

Comment by swmitra Wednesday May 03, 2017 at 06:30 GMT


@valtlai Agreed. These 4 values are CSS wide property values and applicable to all properties. 'padding-box' can be removed as most of the modern browsers are skipping this at the moment.
Other changes looks good to me as well.

Good work 👍

core-ai-bot commented 3 years ago

Comment by swmitra Wednesday May 03, 2017 at 06:31 GMT


Merging now.