From a527aaa11485edb260e2058544569b6ab1f7330a Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Tue, 2 Dec 2014 12:53:05 -0800
Subject: [PATCH] Whitelist <li role="separator">...</li>

Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120
Refs #15263

[skip sauce]
---
 Gruntfile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 9a10312398..5f7b6b342e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -331,7 +331,8 @@ module.exports = function (grunt) {
         relaxerror: [
           'Element img is missing required attribute src.',
           'Attribute autocomplete not allowed on element input at this point.',
-          'Attribute autocomplete not allowed on element button at this point.'
+          'Attribute autocomplete not allowed on element button at this point.',
+          'Bad value separator for attribute role on element li.'
         ]
       },
       files: {
-- 
GitLab