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

Abbreviated attribute names #12

Open
tmpsantos opened this issue Nov 22, 2013 · 0 comments
Open

Abbreviated attribute names #12

tmpsantos opened this issue Nov 22, 2013 · 0 comments

Comments

@tmpsantos
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant