interest+data: forbid unrecognized non-critical TLV before/inside Name
refs #4587
Change-Id: I58d0a402b8b1339eb8c301141a186d04419862aa
diff --git a/data.rst b/data.rst
index eba092c..7444730 100644
--- a/data.rst
+++ b/data.rst
@@ -13,6 +13,9 @@
The Data packet represents some arbitrary binary data (held in the optional ``Content`` element) together with its ``Name``, some additional bits of optional information (``MetaInfo``), and a digital ``Signature`` of the other element(s). The Name is the first element since all NDN packet processing starts with the name. Signature is put at the end of the packet to ease the implementation because signature computation covers all the elements before Signature.
+As recommended by :ref:`TLV evolvability guidelines <evolvability>`, unrecognized non-critical TLV elements may appear in the Data packet.
+However, they must not appear before the ``Name`` element.
+
Name
~~~~