Content edits - #958
Conversation
| If it is, do not repeat it. Add a link and journey to that content instead. | ||
| </p> | ||
|
|
||
| <h3 class="govuk-heading-m" id="Detailed examples">Types of forms</h3> |
There was a problem hiding this comment.
This isn't the right ID
| <li>G-forms — these are added as external links. The URL will begin with https://tax.service.gov.uk</li> | ||
| <li>forms in open document formats — forms in .ods or odt. format are added as file attachments</li> | ||
| <li>KANA forms — these are added as external links. The URL will begin with https://online.hmrc.gov.uk/shortforms</li> | ||
| <li><strong>Online services</strong> — these are built by service teams on the tax platform behind the Government Gateway, accessed with a green button. The URL, starts with ‘https://www.taxservices.gov.uk/’ often followed by ‘/digital-forms/form/form-name’.</li> |
There was a problem hiding this comment.
we don't usually use quote marks (and it's inconsistent with some similar examples elsewhere on the page)
There was a problem hiding this comment.
/’ often followed by ‘/
^ this isn't correct as you'd have // in the URL
There was a problem hiding this comment.
using bold like this contradicts the GDS style guide
There was a problem hiding this comment.
GDS bullet lists aren't sentences
There was a problem hiding this comment.
I think https://www.taxservices.gov.uk/ should be https://www.tax.service.gov.uk/?
| <li><strong>PDFs that cannot be completed on screen</strong> — these are added as file attachments and do not require Adobe to open</li> | ||
| <li><strong>LC forms</strong> — these are added as external links. The URL will begin with https://public-online.hmrc.gov.uk/lc/content</li> | ||
| <li><strong>G-forms</strong> — a common alternative to an online service usually accessed with a green button. The URL will begin with https://tax.service.gov.uk/submissions.</li> | ||
| <li><strong>Open document forms</strong> — these are forms in .ods or odt. Format that are added as file attachments.</li> |
| </ul> | ||
| <li><a href="https://www.gov.uk/guidance/register-a-non-resident-company-who-disposed-of-uk-property-or-land-for-corporation-tax" class="govuk-link"> | ||
| Register a non-resident company who disposed of UK property or land for Corporation Tax</a> — G-form</li> | ||
| <li><a href="https://www.gov.uk/guidance/work-out-pay-from-an-umbrella-company" class="govuk-link"> |
There was a problem hiding this comment.
Line returns shouldn't be inside HREFs
There was a problem hiding this comment.
@Jon-Rowe-HMRC Whitespace in HTML is largely ignored so shouldn't be a problem here but it is arguably easier to read the code when on the same line.
https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Whitespace
| <li>eligibility criteria</li> | ||
| </ul> | ||
|
|
||
| <h3 class="govuk-heading-m" id="Detailed examples">Check for duplicate guidance first</h3> |
| </ul> | ||
| <li><a href="https://www.gov.uk/guidance/register-a-non-resident-company-who-disposed-of-uk-property-or-land-for-corporation-tax" class="govuk-link"> | ||
| Register a non-resident company who disposed of UK property or land for Corporation Tax</a> — G-form</li> | ||
| <li><a href="https://www.gov.uk/guidance/work-out-pay-from-an-umbrella-company" class="govuk-link"> |
There was a problem hiding this comment.
@Jon-Rowe-HMRC Whitespace in HTML is largely ignored so shouldn't be a problem here but it is arguably easier to read the code when on the same line.
https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Whitespace
Co-authored-by: Timothy Bryan <timsb@users.noreply.github.com>
Co-authored-by: Timothy Bryan <timsb@users.noreply.github.com>
| <li>G-forms — these are added as external links. The URL will begin with https://tax.service.gov.uk</li> | ||
| <li>forms in open document formats — forms in .ods or odt. format are added as file attachments</li> | ||
| <li>KANA forms — these are added as external links. The URL will begin with https://online.hmrc.gov.uk/shortforms</li> | ||
| <li><span class="govuk-!-font-weight-bold">Online services</span> — these are built by service teams on the tax platform behind the Government Gateway, accessed with a green button. The URL, starts with ‘https://www.taxservices.gov.uk/’ often followed by ‘/digital-forms/form/form-name’.</li> |
There was a problem hiding this comment.
The <span class="govuk-!-font-weight-bold"> needs to be done for all the <strong> tags
No description provided.