- From: <bugzilla@jessica.w3.org>
- Date: Mon, 08 Oct 2012 22:36:48 +0000
- To: public-webplatform-bugs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19373
Summary: vendor prefix renders as bullets
Product: webplatform.org
Version: unspecified
Platform: PC
URL: http://docs.webplatform.org/wiki/css/properties/ms-tou
ch-action
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: content
AssignedTo: cmills@w3.org
ReportedBy: eliotgra@microsoft.com
QAContact: public-webplatform-bugs@w3.org
CC: schepers@w3.org, komoroske@google.com
Syntax in which a vendor-prefixed element appears renders the initial dash as a
bullet. For instance, ms-touch-action [1] has the following source:
===Syntax===
<code>'''-ms-touch-action: '''auto '''{{!}}''' none '''{{!}}''' '''[''' '''['''
'''[''' pan-x {{!}}{{!}} pan-y {{!}}{{!}} pinch-zoom ? ''']''' '''{{!}}'''
manipulation ''']''' {{!}}{{!}} double-tap-zoom ? ''']'''</code>
And renders like this (with a bullet before each entry):
Syntax
ms-touch-action: auto
ms-touch-action: none
ms-touch-action: pan-x
ms-touch-action: pan-y
ms-touch-action: pinch-zoom
ms-touch-action: manipulation
ms-touch-action: double-tap-zoom
[1] http://docs.webplatform.org/wiki/css/properties/ms-touch-action
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 8 October 2012 22:36:49 UTC