Skip to content

Commit ba62209

Browse files
authored
Increase comment coverage (#180)
* Split components into dedicated files * Revise code comments in the components * Revise code comments in the elements * Revise code comments of the attributes * Revise the code comments of the tokens
1 parent 344b614 commit ba62209

87 files changed

Lines changed: 9052 additions & 4862 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Sources/HTMLKit/Abstraction/Attributes/AriaAttributes.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
Abstract:
3-
The file contains the protocols for the aria html-attributes.
4-
5-
Note:
6-
If you about to add something to the file, stick to the official documentation to keep the code consistent.
7-
*/
8-
91
@_documentation(visibility: internal)
102
public typealias GlobalAriaAttributes = AriaAtomicAttribute & AriaBusyAttribute & AriaControlsAttribute & AriaCurrentAttribute & AriaDescribedAttribute & AriaDetailsAttribute & AriaDisabledAttribute & AriaErrorMessageAttribute & AriaFlowToAttribute & AriaPopupAttribute & AriaHiddenAttribute & AriaInvalidAttribute & AriaShortcutsAttribute & AriaLabelAttribute & AriaLabeledAttribute & AriaLiveAttribute & AriaOwnsAttribute & AriaRelevantAttribute & AriaRoleDescriptionAttribute
113

0 commit comments

Comments
 (0)