Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec -webkit-prefixed CSS properties that are aliases to standard unprefixed properties. #9

Closed
miketaylr opened this issue Oct 17, 2015 · 5 comments

Comments

@miketaylr
Copy link
Member

I suppose we'll need some kind of general intro to CSS before detailing the individual props.

Here's the CSS props that are important to Gecko (with links to their bugs), and there's probably a few more worth speccing:

https://wiki.mozilla.org/Compatibility/Mobile/Non_Standard_Compatibility#CSS_Features

Some are simple aliases to existing standards, and some will require more work (hopefully just stealing from old spec drafts).

cc @dholbert @tantek

@annevk
Copy link
Member

annevk commented Oct 18, 2015

Ideally all of these map to concepts already established in the CSS universe. Paging @tabatkins and @fantasai.

@miketaylr
Copy link
Member Author

Yeah. I don't want to do anything more complicated than support already-defined foo as webkit-foo, ideally. For some legacy junk like gradients and old-flexbox, already-defined probably means referencing old versions of specs.

@miketaylr
Copy link
Member Author

Changing the title here. For more complicated stuff, let's open new issues.

@miketaylr miketaylr changed the title [meta] Spec webkit-prefixed CSS properties Spec -webkit-prefixed CSS properties that are aliases to standard unprefixed properties. Nov 18, 2015
miketaylr pushed a commit that referenced this issue Nov 18, 2015
@miketaylr
Copy link
Member Author

I think we have the most important "simple" ones here. We can open issues for ones I've overlooked (or discover that we need).

karlcow added a commit to karlcow/wpt that referenced this issue Jun 22, 2022
…alias

It is correctly defines in browsers and everyone implements it.
This was defined initially in
whatwg/compat#9
@karlcow
Copy link
Member

karlcow commented Jun 22, 2022

Added a test for webkitBoxSizing karlcow/wpt@e58a615

miketaylr pushed a commit to web-platform-tests/wpt that referenced this issue Jun 23, 2022
* Issue #34493 - Orders alphabetically

* Issue #34493 - Adds webkitBackgroundClip to the list of alias

This was forgotten when handling
whatwg/compat#195

* Issue #34493 - Adds webkitBoxSizing to the list of alias

It is correctly defines in browsers and everyone implements it.
This was defined initially in
whatwg/compat#9

* Issue #34493 - Removes webkitMaskBox* from the list of alias

As shown in whatwg/compat#202
there is currently no browsers implementing the mask-border-*,
which should be the equivalent.

They stand on their own and probably for now deserves a test
by themselves.

* Issue #34493 - Adds webkitMaskBox* to  a unique test

As shown in whatwg/compat#202
there is currently no browsers implementing the mask-border-*,
which should be the equivalent.

They stand on their own and probably for now deserves a test
by themselves.
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this issue Jun 29, 2022
…compat spec, a=testonly

Automatic update from web-platform-tests
Fix #34493 - Adds missing tests for the compat spec (#34520)

* Issue #34493 - Orders alphabetically

* Issue #34493 - Adds webkitBackgroundClip to the list of alias

This was forgotten when handling
whatwg/compat#195

* Issue #34493 - Adds webkitBoxSizing to the list of alias

It is correctly defines in browsers and everyone implements it.
This was defined initially in
whatwg/compat#9

* Issue #34493 - Removes webkitMaskBox* from the list of alias

As shown in whatwg/compat#202
there is currently no browsers implementing the mask-border-*,
which should be the equivalent.

They stand on their own and probably for now deserves a test
by themselves.

* Issue #34493 - Adds webkitMaskBox* to  a unique test

As shown in whatwg/compat#202
there is currently no browsers implementing the mask-border-*,
which should be the equivalent.

They stand on their own and probably for now deserves a test
by themselves.
--

wpt-commits: 53ae4d8624fc8a03548805de428cbc04155d59f7
wpt-pr: 34520
jamienicol pushed a commit to jamienicol/gecko that referenced this issue Jun 30, 2022
…compat spec, a=testonly

Automatic update from web-platform-tests
Fix #34493 - Adds missing tests for the compat spec (#34520)

* Issue #34493 - Orders alphabetically

* Issue #34493 - Adds webkitBackgroundClip to the list of alias

This was forgotten when handling
whatwg/compat#195

* Issue #34493 - Adds webkitBoxSizing to the list of alias

It is correctly defines in browsers and everyone implements it.
This was defined initially in
whatwg/compat#9

* Issue #34493 - Removes webkitMaskBox* from the list of alias

As shown in whatwg/compat#202
there is currently no browsers implementing the mask-border-*,
which should be the equivalent.

They stand on their own and probably for now deserves a test
by themselves.

* Issue #34493 - Adds webkitMaskBox* to  a unique test

As shown in whatwg/compat#202
there is currently no browsers implementing the mask-border-*,
which should be the equivalent.

They stand on their own and probably for now deserves a test
by themselves.
--

wpt-commits: 53ae4d8624fc8a03548805de428cbc04155d59f7
wpt-pr: 34520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants