Skip to content

The function registry needs something more powerful than readonly #423

@mihnita

Description

@mihnita

The current definition is

<!ATTLIST input readonly (true|false) "false">
<!ATTLIST option readonly (true|false) "false">

I would propose something along these lines:

<!ATTLIST input l10nAccess (hidden|readonly|values|pattern|freeform) "readonly">
<!ATTLIST option l10nAccess (hidden|readonly|values|pattern|freeform) "readonly">

Metadata

Metadata

Assignees

No one assigned

    Labels

    functionsIssue pertains to the default function set

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions