Tagged PDF - Standard structure type for list elements
![](https://secure.gravatar.com/avatar/13bc5842f0b785acdb8f02c38b78439d.jpg?s=120&d=mm&r=g)
30 May
2014
30 May
'14
8:54 a.m.
Hi, I have found a small bug in line 62 of strc-tag.lua: item = { pdf = "Li", nature = "display" }, The standard structure type for list elements is "LI" not "Li". Please correct the line to item = { pdf = "LI", nature = "display" }, A minimal example to reproduce is: \setuptagging[state=start] \starttext \startitemize \item One \stopitemize \stoptext I am using ConTeXt Version 2014.05.27 13:38. Thanks, Christoph
3904
Age (days ago)
3904
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christoph Reller