impressivewebs / impressivewebs/CSS-Values
Missing properties. Difference with javascript list.
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 26
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
background-position-x ... https://developer.mozilla.org/en-US/docs/Web/CSS/background-position-x
background-position-y ... https://developer.mozilla.org/en-US/docs/Web/CSS/background-position-y
contain ... https://developer.mozilla.org/en-US/docs/Web/CSS/contain
font-variant-alternates ... https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-alternates
max-block-size ... https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
max-inline-size ... https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
min-block-size ... https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
min-inline-size ... https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
ruby-align ... https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-align
ruby-position ... https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-position
text-decoration-skip-ink ... https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip-ink
text-emphasis-color ... https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis-color
I run in Firefox console:
ret=[];
for (var pp in bd=document.body.style)
{
if (pp[0] == '-' || pp.toLowerCase()!=pp) continue;
ret.push(pp)
}
ret.sort();
alert(ret.join('\n'))
and create diff width your list.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the listed CSS properties with the repository's current property list, using the linked MDN pages and the Firefox console output as references. Done means all twelve properties are represented consistently with the project's existing CSS reference data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100