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

Rendering: field-sizing support for some elements #9903

Merged
merged 7 commits into from
Feb 6, 2024

Commits on Nov 2, 2023

  1. Rendering: field-sizing support for some elements

    This covers:
     - input element as a text entry widget
        size attribute is ignored if field-sizing:content
     - input element as domain-specific widgets (optional)
     - input element as a file upload control (optional)
     - select element
        size attribute is used only for dropdown/listbox switching if
        field-sizing:content
     - textarea element
        cols/rows are ignored if field-sizing:content
    
    Issue: whatwg#6807
    Issue: w3c/csswg-drafts#7542
    tkent-google committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ba9aa74 View commit details
    Browse the repository at this point in the history
  2. Fix a tag name typo

    tkent-google committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    73b6793 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. add :autofill style

    tkent-google committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    332d3b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    d413a24 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. - The size for field-sizing:content is not the 'default preferred size',

       but 'intrinsic size'.
    - Add an external definition of 'intrinsic size'
    tkent-google committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    59bbf07 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    c559f82 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    bbfb799 View commit details
    Browse the repository at this point in the history