Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cellar-tags/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ which tag has the desired meaning so that other apps could understand the same m

### TagName Formatting

The `TagName` element can hold any UTF-8 data. However, to distinguish between the IANA assigned names and custom or private ones, a set of rules are defined.

Assigned `TagName` values **MUST** consist of latin capital letters, numbers and the underscore character '_'.

Assigned `TagName` values **MUST NOT** contain any space.
Expand Down