From f1efb7b2458bd6671d24f2036dc0a2668f3823eb Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Tue, 1 Apr 2014 15:35:06 +0200 Subject: desktop-entry: Mention that trailing commas in lists are optional https://bugs.freedesktop.org/show_bug.cgi?id=76902 Approved by David Faure and Ryan Lortie --- desktop-entry/desktop-entry-spec.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 94d661e..6e19c39 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -4,8 +4,8 @@
Desktop Entry Specification - Version 1.1-draft - 4 Mar 2008 + Version 1.2 + 1 Apr 2014 Preston @@ -214,9 +214,10 @@ Some keys can have multiple values. In such a case, the value of the key is specified as a plural: for example, string(s). The - multiple values should be separated by a semicolon, and the value of the - key should have a semicolon as trailing character. Semicolons in these - values need to be escaped using \;. + multiple values should be separated by a semicolon and the value of the + key may be optionally terminated by a semicolon. Trailing empty strings + must always be terminated with a semicolon. Semicolons in these values + need to be escaped using \;. -- cgit v1.2.3-54-g00ecf