[wp-trac] [WordPress Trac] #43435: Add settings screen for creating a privacy policy
WordPress Trac
noreply at wordpress.org
Sat Mar 10 13:05:44 UTC 2018
#43435: Add settings screen for creating a privacy policy
----------------------------+------------------
Reporter: azaozz | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 5.0
Component: General | Version:
Severity: normal | Resolution:
Keywords: gdpr has-patch | Focuses:
----------------------------+------------------
Comment (by afercia):
A few more things not included in the previous patch:
- I'm not sure the H1 `$title` is really necessary: seems the page title
is always the same, so the string could be used directly in the H1
- html in translatable strings should be avoided; ideally all the html
should be replaced with placeholders
- the links "Edit" and "View" in `Edit or view your privacy policy.` are
not so clear when read out of context. This is important for assistive
technologies that list links in a page and allow users to navigate through
links. See for example in VoiceOver:
[[Image(https://cldup.com/0yOj6PZIVM.png)]]
I'd suggest something like: `[link]Edit your privacy policy[/link] or
[link]view your privacy policy page[/link].`
- I'm not a native English speaker so I may be wrong but in the following
sentences:
{{{
Please create or select new page
Please create or select new privacy policy page ...
Create new page for your privacy policy
}}}
Shouldn't `a` be used before `new`? E.g. `Please create or select a new
page`.
Happy to patch these points if there are no objections, any feedback
welcome.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43435#comment:31>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list