Follow-up from "Implement OneTrust Snippet on Developer Site"

The following discussions from !9 (merged) should be addressed:

  • @markrian started a discussion:

    thought: It's not immediately obvious why we're excluding the last two elements from this, and including .ot-sdk-show-settings.

    Looking into it, I see that we don't want the bullet after these elements:

    last_two

    This is outside the scope of this MR, but it seems to me that these links and cookie settings button could be in a ul, and the Creative Commons badge would be outside of it. With that DOM structure, the styling could be simpler, e.g.:

    ul > li:not(:last-child) {
      /* Bullet styles */
    }
  • @markrian started a discussion: (+1 comment)

    suggestion: When tracking is added, WDYT of making one of the verification steps to confirm that rejecting cookies ensures the tracking cookie is not added?