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

[css-shapes-2] Specify the grammar for shape() #11207

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

Commits on Nov 13, 2024

  1. [css-shapes-2] Specify the grammar for shape()

    - <<position>> can be used instead of an absolute point.
    - One of a <<position>>'s dimension can be used for hline/vline
    - Since keywords define the different components, order of components is flexible.
    
    Curves:
    - `with` is used for control points
    - Two control points are separated by /
    - Relative control points can be relative to segment-start/segment-end/reference-box
    
    Resolution: w3c#10649 (comment)
    
    Closes w3c#10649
    Closes w3c#10666
    noamr committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    772d7e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Update css-shapes-2/Overview.bs

    Co-authored-by: fantasai <[email protected]>
    noamr and fantasai authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    924abaa View commit details
    Browse the repository at this point in the history
  2. Update css-shapes-2/Overview.bs

    Co-authored-by: fantasai <[email protected]>
    noamr and fantasai authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    52a829b View commit details
    Browse the repository at this point in the history
  3. Update css-shapes-2/Overview.bs

    Co-authored-by: fantasai <[email protected]>
    noamr and fantasai authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a691bfc View commit details
    Browse the repository at this point in the history
  4. Update css-shapes-2/Overview.bs

    Co-authored-by: fantasai <[email protected]>
    noamr and fantasai authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    27335ce View commit details
    Browse the repository at this point in the history
  5. Add note about by/to

    noamr committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3036180 View commit details
    Browse the repository at this point in the history