-
Notifications
You must be signed in to change notification settings - Fork 890
Add Specification Numbering and build misc. #1574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Regarding the Adding this line corrected the problem. The move to Ruby 2.7 appears to have generated updates to the |
Citing the specification can be cumbersome. Following RFC numbering formats, the specification is numbered following ISO 2145 at each HEADER element, e.g., `h1`, `h2`, &tc. The numbers are CSS "generated" content and provide support for the additive focus of the specification. The paragraph glyph is repositioned absolutely, relative to the header. The `_config.yml` is updated to support building. `bundle` otherwise failed on Ruby 2.7.x. Updated the exclusions file for IntelliJ.
The PR had incorrectly used the generated CSS file and not Sass. There is an argument to be made that the generated CSS files should be in the |
Thanks very much @timothystone - this should really help improve referencing the spec! |
I had to revert this in #1579 because the styles were not scoped to only the specification pages. Numbering was shown even on the hero on the home page. Let me know if you have the bandwidth to create a separate PR that scopes these styles, @timothystone. |
@dgeb On it. I don't recall seeing it on the hero page, but |
@timothystone thank you! |
Address oversight of specification numbering scope issue in #1574. From the original PR: Citing the specification can be cumbersome. Following RFC numbering formats, the specification is numbered following ISO 2145 at each HEADER element, e.g., `h1`, `h2`, &tc. The numbers are CSS "generated" content and provide support for the additive focus of the specification. The paragraph glyph is repositioned absolutely, relative to the header. The `_config.yml` is updated to support building. bundle otherwise failed on Ruby 2.7.x. Updated the exclusions file for IntelliJ. Regarding the `_config.yml` change, I followed the README instructions and found that the site would not build with Ruby 2.3 installed on the Mac. I upgraded to Ruby 2.7 via homebrew—required as the Jekyll markdown gem would not compile—and encountered the same problem. Some research, i.e., SO-fu, found numerous posts regarding the vendor gem path with regards to Jekyll test files. Adding this line corrected the problem. The move to Ruby 2.7 appears to have generated updates to the map file.
Citing the specification can be cumbersome. Following RFC numbering
formats, the specification is numbered following ISO 2145 at each HEADER
element, e.g.,
h1
,h2
, &tc. The numbers are CSS "generated" contentand provide support for the additive focus of the specification.
The paragraph glyph is repositioned absolutely, relative to the header.
The
_config.yml
is updated to support building.bundle
otherwisefailed on Ruby 2.7.x. Updated the exclusions file for IntelliJ.