-
Notifications
You must be signed in to change notification settings - Fork 40
Use ED.css for editor's draft #350
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
base: main
Are you sure you want to change the base?
Conversation
Helps with w3c/modern-tooling#112 |
|
||
## Guidelines for Group-Internal Drafts {#guidelines} | ||
|
||
1. Use this style sheet: ***`https://www.w3.org/StyleSheets/TR/2021/W3C-ED.css`*** | ||
1. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing you meant to remove the whole line
@@ -15,10 +15,10 @@ If you are a newly appointed editor in your Working Group, here is some advice t | |||
|
|||
- Get an [idea of the role of an editor](role.md) at W3C | |||
- Check the most popular editing tools: [Bikeshed](https://speced.github.io/bikeshed/), [respec](https://github.com/speced/respec/wiki) | |||
- When using Github, check [Using GitHub for Spec Work](../github/specs.md) and [Workflow for editors and other contributors](./github/workflow.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- When using Github, check [Using GitHub for Spec Work](../github/specs.md) and [Workflow for editors and other contributors](./github/workflow.md) | |
- When using Github, check [Using GitHub for Spec Work](../github/specs.md) and [Workflow for editors and other contributors](../github/workflow.md) |
@@ -15,10 +15,10 @@ If you are a newly appointed editor in your Working Group, here is some advice t | |||
|
|||
- Get an [idea of the role of an editor](role.md) at W3C | |||
- Check the most popular editing tools: [Bikeshed](https://speced.github.io/bikeshed/), [respec](https://github.com/speced/respec/wiki) | |||
- When using Github, check [Using GitHub for Spec Work](../github/specs.md) and [Workflow for editors and other contributors](./github/workflow.md) | |||
- [How to Organize a Recommendation Track Transition](../transitions/) explains the process to get a document published as a technical report. The [step finder](./transitions/nextstep.md) will help you finding which transition to do next and what the requirements are. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [How to Organize a Recommendation Track Transition](../transitions/) explains the process to get a document published as a technical report. The [step finder](./transitions/nextstep.md) will help you finding which transition to do next and what the requirements are. | |
- [How to Organize a Recommendation Track Transition](../transitions/) explains the process to get a document published as a technical report. The [step finder](../transitions/nextstep.md) will help you finding which transition to do next and what the requirements are. |
@@ -15,10 +15,10 @@ If you are a newly appointed editor in your Working Group, here is some advice t | |||
|
|||
- Get an [idea of the role of an editor](role.md) at W3C | |||
- Check the most popular editing tools: [Bikeshed](https://speced.github.io/bikeshed/), [respec](https://github.com/speced/respec/wiki) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Check the most popular editing tools: [Bikeshed](https://speced.github.io/bikeshed/), [respec](https://github.com/speced/respec/wiki) | |
- Check the most popular editing tools: [Bikeshed](https://speced.github.io/bikeshed/), [respec](https://respec.org/docs/) |
Fixed #319