Open
Description
We currently have a mix of two styles for features named after interfaces or methods.
All as one word:
CloseWatcher
→ "closewatcher"getHTML()
→ "gethtml"requestIdleCallback()
→ "requestidlecallback"
Hyphenated:
EditContext
→ "edit-context"getComputedStyle()
→ "get-computed-style"requestVideoFrameCallback()
→ "request-video-frame-callback"
I think we should bless one style.
Metadata
Metadata
Assignees
Labels
No labels