← Back to team overview

mahara-contributors team mailing list archive

[Bug 1264098] Re: Whitelist more CSS3 options in skins

 

Hi Robert,

Be careful about using w3schools as your source of canonical HTML
information. See http://www.w3fools.com/ for some links to more rigorous
sites.

Before tinkering with which tags are allowed to accept direct CSS
styling, I'd want to see if we can find out why the folks behind
HTMLPurifier blocked them in the first place. Presumably they know more
about browser security than we do.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1264098

Title:
  Whitelist more CSS3 options in skins

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 1.11 series:
  In Progress

Bug description:
  I tried to create a new skin with custom CSS code added to the
  "Advanced" tab.

  collection-nav ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  When I save it, and then try to edit the skin, everything is deleted
  except:

  ul {
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1264098/+subscriptions


References