-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Minor cleanup / refactor of Manifest processing steps (#1066)
- Fixed call to "process the id member" (removed the document URL argument which is not actually accepted by that algorithm). - Removed unnecessarily complex for loops over ~2 members when it's more readable to just have a separate step for each member. - Use Respec-style syntax instead of HTML. - Moved default values into individual processing steps. This keeps the relevant info about the default values of members closely related to the other relevant material about that member. It's also consistent with how the rest of the members (e.g. scope) treat default values. And prevents possible errors where the incorrect default value is used by an intermediate step in between assigning the default and assigning the actual value. Pre-work for #668.
- Loading branch information
Showing
1 changed file
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters