Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Abbreviated attribute names #12

@tmpsantos

Description

@tmpsantos

I honestly don't see the reason for some many abbreviated attribute names in the spec.

The most clear example being:

interface VideoCodec {
readonly attribute DOMString format;
readonly attribute boolean hwAccel;
readonly attribute boolean encode;
};

Why not simply use supportsHardwareAcceleration or something more descriptive? If it is too verbose, maybe hardwareAcceleration is enough.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions