Skip to content

[css-overscroll-behavior] Merge overscroll-behavior specification #2179 #2997

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

Merged
merged 43 commits into from
Sep 28, 2018

Conversation

majido
Copy link
Contributor

@majido majido commented Aug 7, 2018

[css-overscroll-behavior] Merge overscroll-behavior specification #2179

Migrate overscroll-behavior specification from its own WICG repo to CSSWG repository.

To preserve the history of the original repository the merge was achieved using git merge --allow-unrelated-histories. For more details see my notes here: #2179 (comment)

⚠️ To preserve this history, please merge without squashing or rebasing.

bgirard and others added 30 commits April 18, 2017 10:09
Update  README title and add link to specification
Answer security privacy questionnare
- Closed a few open tags
- Define local boundary action directly and remove explicitly linking
them to 'local'
- Don't auto link in propetydef which causes link issue. Other CSS specs
do it this way
- Make link to contain be specific
Create a new motivating example section and move existing example there.
Also added two other examples related to other usecases of the API.
Add simple css markup for each example scenario.

Also formatted all lines to wrap @ 100 for consistency.
Clarify that contain prevents navigation.
ericwilligers and others added 12 commits September 11, 2017 11:15
scroll-boundary-behavior-x and scroll-boundary-behavior-y
are longhand properties that accept keyword values
(contain | none | auto).

The computed value should be as specified.

'Computed value: see individual properties' only makes sense
for shorthand properties, not longhands.
The syntax for scroll-boundary-behavior did not support distinct
values for scroll-boundary-behavior-x and scroll-boundary-behavior-y.

resolves w3c#18
Computed value as specified for longhands
Shorthand syntax when -x and -y values distinct
This ensures BS generates the correct issue link.
Specify Repository metadata
Update README to use overscroll-behavior
@majido
Copy link
Contributor Author

majido commented Aug 7, 2018

⚠️ Note: To preserve this history, please merge without squashing or rebasing.

Brings overscroll-behavior repo to csswg-drafts repo without losing
history. This is achieved using `git merge --allow-unrelated-histories`
which allows a merge commit to contain two commits that don't share any
ancestor.

Fix issue w3c#2179
@majido
Copy link
Contributor Author

majido commented Sep 26, 2018

@tabatkins would you be able to do the merge for this please.

@tabatkins tabatkins merged commit d0d6877 into w3c:master Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants