Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49772


Ignore:
Timestamp:
04/01/2020 10:20:37 PM (3 years ago)
Author:
garrett-eclipse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49772 – Description

    initial v1  
    1 With 5.4 the privacy policy guide aesthetic was updated to introduce a white background on the suggested text. In the CSS this only applies to paragraph elements (`<p>`).
     1With 5.4 ([r47147] / #44621) the privacy policy guide aesthetic was updated to introduce a white background on the suggested text. In the CSS this only applies to paragraph elements (`<p>`).
    22
    33Reviewing some other [https://wpdirectory.net/search/01E4VTZDVQY3Y4JJC8T51WGZHW plugin implementations] there is at minimum a need to also support `<ul>`, `<ol>`, and `<table>` elements.