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

Fix Web CSS mod example #36997

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix Web CSS mod example #36997

wants to merge 2 commits into from

Conversation

k35o
Copy link

@k35o k35o commented Nov 27, 2024

Description

An example of mod calculation, mod(21, -4), was set to 1 even though the result was -3, which has been corrected.

Calculations were made with reference to Example37 in Specifications

Motivation

Explain the correct calculation results of mod.

Additional details

Sample of actual calculations.
https://codepen.io/kokisakano/pen/KwPKXva

Related issues and pull requests

@k35o k35o requested a review from a team as a code owner November 27, 2024 08:28
@k35o k35o requested review from estelle and removed request for a team November 27, 2024 08:28
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed labels Nov 27, 2024
Copy link
Contributor

Preview URLs

Co-authored-by: Estelle Weyl <[email protected]>
@k35o k35o requested a review from estelle November 28, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants